Skip to content
Snippets Groups Projects
Commit 115f7f85 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

try

parent 91df890f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ echo "" > run/deps.cabal.project
if [ -n "$USE_NIX" ]; then
# Generate native library dependency mapping
nix eval --raw -f ./. cabalDepsSrc >> run/deps.cabal.project
if $(nix shell -c hello); then
if $(nix shell -f ../.); then
run="nix shell -f ../. -c head-hackage-ci"
else
run="nix run -f ../. -c head-hackage-ci"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment