Merge pull request #187817 from intelfx/nixos-containertarballs-fix-pixz

make-system-tarball: use `pixz -t`
This commit is contained in:
Franz Pletz 2022-09-29 03:26:20 +02:00 committed by GitHub
commit 417b476db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
# Extra tar arguments
, extraArgs ? ""
# Command used for compression
, compressCommand ? "pixz"
, compressCommand ? "pixz -t"
# Extension for the compressed tarball
, compressionExtension ? ".xz"
# extra inputs, like the compressor to use