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 ece5e7d commit 09c8294Copy full SHA for 09c8294
.github/workflows/ci.yml
@@ -45,5 +45,6 @@ jobs:
45
- name: Verify packages work
46
run: |
47
cd test_depots/${{matrix.test_depot}}
48
+ export NIX_PATH="nixpkgs=$(nix run .#nixpkgsPath)"
49
nix-build .
50
./result/bin/julia ./test.jl
0 commit comments