diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-06-29T21·16-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-06-29T21·16-0400 |
commit | 91b8814f0d275bbb6c7de9546e5e8cb784dad10b (patch) | |
tree | 814bbe3d302c111c75baf26113051c453e1254c5 | |
parent | 4911a10a4e51102a21a5d123a852c75d2ec92dbc (diff) |
Doh
-rwxr-xr-x | scripts/nix-push.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 9edd8731951c..4a8bdc81b50d 100755 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -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"; |