We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cf78a commit ca0a931Copy full SHA for ca0a931
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
24
- run: rm -rf /opt&
25
- name: Evaluate flake-compat default.nix
26
- run: nix-instantiate --eval --attr run
+ run: nix eval --show-trace --file ./default.nix run
27
28
tests-flakes:
29
strategy:
0 commit comments