mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Removed chroot support.
This commit is contained in:
parent
f23dcdd603
commit
215505bb46
4 changed files with 0 additions and 22 deletions
|
@ -10,8 +10,6 @@ my $logFile = "@localstatedir@/log/nix/downloads";
|
|||
|
||||
open LOGFILE, ">>$logFile" or die "cannot open log file $logFile";
|
||||
|
||||
delete $ENV{"NIX_ROOT"};
|
||||
|
||||
# Create a temporary directory.
|
||||
my $tmpDir = tempdir("nix-download.XXXXXX", CLEANUP => 1, TMPDIR => 1)
|
||||
or die "cannot create a temporary directory";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue