mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
images: remove original files when using zstd for compression
This commit is contained in:
parent
2cb97c36ae
commit
490fc040be
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ fi
|
|||
|
||||
if test -n "$compressImage"; then
|
||||
echo "Compressing image..."
|
||||
zstd -T$NIX_BUILD_CORES $out/iso/$isoName
|
||||
zstd -T$NIX_BUILD_CORES --rm $out/iso/$isoName
|
||||
fi
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue