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:
parent
826b271d9a
commit
18e27629d3
2 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue