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:
parent
d4ca5c3952
commit
1273d355ac
3 changed files with 11 additions and 11 deletions
|
@ -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";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue