Skip to content
Snippets Groups Projects
Commit 5087c8f6 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Use `-j0'.

parent efa5fa1a
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix)
echo "store expr is $storeExpr"
#for i in $(seq 1 5); do
# echo "WORKER $i"
# $TOP/src/nix-store/nix-store -rvvB "$storeExpr" &
#done
#sleep 5
outPath=$($TOP/src/nix-store/nix-store -qnfvvvvvvK "$storeExpr")
outPath=$($TOP/src/nix-store/nix-store -qnfvvvv -j0 "$storeExpr")
echo "output path is $outPath"
......
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