1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built)

This commit is contained in:
Michael Raskin 2008-06-14 08:30:35 +00:00
parent 826b271d9a
commit 18e27629d3
2 changed files with 17 additions and 3 deletions

View file

@ -16,7 +16,7 @@ needed_path="$(echo $needed_path | sed -e 's/%2B/+/g; s/%3D/=/g')"
echo needed_path: "$needed_path" >&2
NIX_STORE="${NIX_STORE:-/nix/store}"
NIX_STORE="${NIX_STORE_DIR:-/nix/store}"
echo NIX_STORE: "${NIX_STORE}" >&2