Skip to content

Commit 445abca

Browse files
committed
Run 'nix flake check' in CI
1 parent 98c667c commit 445abca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: cachix/install-nix-action@v31
17-
- run: nix-build -A hydraJobs.release
17+
- run: |
18+
nix flake check --extra-experimental-features 'nix-command flakes' --all-systems --no-build
19+
nix-build -A hydraJobs.release
1820
ubuntu:
1921
runs-on: ubuntu-latest
2022
steps:

0 commit comments

Comments
 (0)