Skip to content

Commit c75c477

Browse files
committed
Have CI ensure Nix flake lock is up-to-date
1 parent b392f22 commit c75c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: cachix/install-nix-action@v16
2626
with:
2727
nix_path: nixpkgs=channel:nixos-unstable
28-
- run: nix flake check
28+
- run: nix flake check --no-update-lock-file
2929

3030
# Checks the nix formatting.
3131
template-fmt-check:

0 commit comments

Comments
 (0)