diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-19T21·33-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-19T21·33-0400 |
commit | 20582e9ae3c6eb14212a285489c1a573117d046c (patch) | |
tree | 59e9e6f03f40b3408ddbe7cbb3f49699e7c7591f /scripts/nix-push.in | |
parent | 00092b2d356293a7af9d4d8125a689f90c461591 (diff) |
Support xz compression in the download-using-manifests substituter
Diffstat (limited to 'scripts/nix-push.in')
-rwxr-xr-x | scripts/nix-push.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 1edd8e77314b..00d03c3c1f0c 100755 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -227,6 +227,7 @@ for (my $n = 0; $n < scalar @storePaths; $n++) { { url => "$archivesURL/$narName" , hash => "sha256:$compressedHash" , size => $compressedSize + , compressionType => $compressionType , narHash => "$narHash" , narSize => $narSize , references => join(" ", @{$refs}) |