aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-http-export.cgi.in
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-06-14 08:30:35 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-06-14 08:30:35 +0000
commit18e27629d301ceef4c6f896f22197f8daee24da3 (patch)
tree70dc09396a22652e73c662e637c4ee698866898c /scripts/nix-http-export.cgi.in
parent826b271d9aead1a0f8e1678e7c2814066fffb983 (diff)
Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built)
Diffstat (limited to 'scripts/nix-http-export.cgi.in')
-rwxr-xr-xscripts/nix-http-export.cgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-http-export.cgi.in b/scripts/nix-http-export.cgi.in
index ac28260d9..db2fe78b4 100755
--- a/scripts/nix-http-export.cgi.in
+++ b/scripts/nix-http-export.cgi.in
@@ -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