mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
This commit is contained in:
parent
f529a3be8a
commit
f8ed2e64a5
2 changed files with 1 additions and 3 deletions
|
@ -19,8 +19,6 @@ chdir $tmpDir or die "cannot change to `$tmpDir': $!";
|
|||
my $tmpNar = "$tmpDir/nar";
|
||||
my $tmpNar2 = "$tmpDir/nar2";
|
||||
|
||||
END { unlink $tmpNar; unlink $tmpNar2; rmdir $tmpDir; }
|
||||
|
||||
|
||||
# Load all manifests.
|
||||
my %narFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue