mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
make-ext4-fs: enable parallel compression for zstd
... as done in a couple of other image builders already
This commit is contained in:
parent
b5b9c20c23
commit
2ec06a51a0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pkgs.stdenv.mkDerivation {
|
|||
|
||||
if [ ${builtins.toString compressImage} ]; then
|
||||
echo "Compressing image"
|
||||
zstd -v --no-progress ./$img -o $out
|
||||
zstd -T$NIX_BUILD_CORES -v --no-progress ./$img -o $out
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue