Skip to content

Commit 4a18ea2

Browse files
committed
ci: simplify the flake-compat test
1 parent 183c5aa commit 4a18ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
name: pre-commit-hooks
2323
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
2424
- run: rm -rf /opt&
25-
- run: nix-build --keep-going
25+
- name: Evaluate flake-compat default.nix
26+
run: nix-instantiate --eval --attr run
2627

2728
tests-flakes:
2829
strategy:

0 commit comments

Comments
 (0)