Skip to content

Commit ca0a931

Browse files
committed
ci: fix?
1 parent 31cf78a commit ca0a931

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)