[test] fix calling of nix flakes

parent 1adc512e
Pipeline #7721 failed with stages
in 45 minutes and 48 seconds
...@@ -21,7 +21,7 @@ startCoreNLPServer :: IO ProcessHandle ...@@ -21,7 +21,7 @@ startCoreNLPServer :: IO ProcessHandle
startCoreNLPServer = do startCoreNLPServer = do
putText "calling start core nlp" putText "calling start core nlp"
devNull <- openFile "/dev/null" WriteMode devNull <- openFile "/dev/null" WriteMode
let p = proc "nix" [ "--extra-experimental-features" let p = proc "nix" [ "--experimental-features"
, "nix-command flakes" , "nix-command flakes"
, "run" , "run"
, "git+https://gitlab.iscpif.fr/gargantext/corenlp-nix.git" ] , "git+https://gitlab.iscpif.fr/gargantext/corenlp-nix.git" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment