Skip to content

Commit a848672

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
2424
- run: rm -rf /opt&
2525
- run: nix-build --keep-going
26+
- name: Evaluate flake-compat default.nix
27+
run: nix-instantiate --eval --attr run
2628

2729
tests-flakes:
2830
strategy:

0 commit comments

Comments
 (0)