-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Since Nix 2.4, there are more compression formats.
https://github.com/NixOS/nix/blob/master/src/libstore/binary-cache-store.cc#L167
narInfo->url = "nar/" + narInfo->fileHash->to_string(Base32, false) + ".nar"
+ (compression == "xz" ? ".xz" :
compression == "bzip2" ? ".bz2" :
compression == "zstd" ? ".zst" :
compression == "lzip" ? ".lzip" :
compression == "lz4" ? ".lz4" :
compression == "br" ? ".br" :
"");
Metadata
Metadata
Assignees
Labels
No labels