1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

* nix-install-package: don't pollute /nix/var/nix/manifests.

This commit is contained in:
Eelco Dolstra 2009-02-27 14:06:38 +00:00
parent d4ca5c3952
commit 1273d355ac
3 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@ my $binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@";
STDOUT->autoflush(1);
my $manifestDir = "@localstatedir@/nix/manifests";
my $manifestDir = ($ENV{"NIX_MANIFESTS_DIR"} or "@localstatedir@/nix/manifests");
my $logFile = "@localstatedir@/log/nix/downloads";