Skip to content

Commit

Permalink
CI: don't auto-update
Browse files Browse the repository at this point in the history
This pollutes the commit history. Instead, we update the input inside the
check action, so that we have an up to date Hyprland, but don't commit
the change.
  • Loading branch information
fufexan committed Jan 28, 2024
1 parent 2cdc4a6 commit 597e29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Update inputs
run: nix flake update

- run: nix build .#${{ matrix.package }} -L
28 changes: 0 additions & 28 deletions .github/workflows/nix-update-inputs.yml

This file was deleted.

0 comments on commit 597e29a

Please sign in to comment.