diff --git a/.github/workflows/main.yml b/.github/workflows/update-flake-lock.yml similarity index 82% rename from .github/workflows/main.yml rename to .github/workflows/update-flake-lock.yml index c3b2dd8d..6f166350 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/update-flake-lock.yml @@ -1,4 +1,4 @@ -name: Bump flake.lock +name: Update flake.lock on: schedule: @@ -17,7 +17,11 @@ jobs: - uses: cachix/install-nix-action@v20 - - run: nix flake update + - name: Update inputs in flake.nix + run: nix flake update + + - name: Check if flake.nix still evaluates + run: nix flake check - uses: stefanzweifel/git-auto-commit-action@v5 with: