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
+1 -1
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