1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00
This commit is contained in:
Eelco Dolstra 2007-10-22 12:05:18 +00:00
parent f529a3be8a
commit f8ed2e64a5
2 changed files with 1 additions and 3 deletions

View file

@ -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;