From 18e27629d301ceef4c6f896f22197f8daee24da3 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sat, 14 Jun 2008 08:30:35 +0000 Subject: Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built) --- scripts/nix-http-export.cgi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-http-export.cgi.in') diff --git a/scripts/nix-http-export.cgi.in b/scripts/nix-http-export.cgi.in index ac28260d9c71..db2fe78b42aa 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 -- cgit 1.4.1