Skip to content

Commit b49632e

Browse files
committed
ci: use nix eval vs nix-instantiate
Ran into something similar to NixOS/flake-compat#74 `nix-instantiate` seems to skip copying the source to the store, which then causes the flake import to throw.
1 parent 5164cc9 commit b49632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
2424
- run: rm -rf /opt&
2525
- name: Evaluate flake-compat default.nix
26-
run: nix-instantiate --eval --attr run
26+
run: nix eval --show-trace --file ./default.nix run
2727

2828
tests-flakes:
2929
strategy:

0 commit comments

Comments
 (0)