mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Support xz compression in the download-using-manifests substituter
This commit is contained in:
parent
00092b2d35
commit
20582e9ae3
3 changed files with 21 additions and 8 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue