mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Doh
This commit is contained in:
parent
4911a10a4e
commit
91b8814f0d
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ for (my $n = 0; $n < scalar @storePaths; $n++) {
|
|||
$compressedHash =~ /^[0-9a-z]+$/ or die "invalid hash";
|
||||
close HASH;
|
||||
|
||||
my $narName = "$compressedHash.nar.bz2";
|
||||
my $narName = "$compressedHash.nar.xz";
|
||||
|
||||
my $narFile = "$narDir/$narName";
|
||||
(-f $narFile) or die "NAR file for $storePath not found";
|
||||
|
|
Loading…
Reference in a new issue