lol

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

make-system-tarball: use `pixz -t`

authored by

Franz Pletz and committed by
GitHub
417b476d 8fd20db2

+1 -1
+1 -1
nixos/lib/make-system-tarball.nix
··· 22 22 # Extra tar arguments 23 23 , extraArgs ? "" 24 24 # Command used for compression 25 - , compressCommand ? "pixz" 25 + , compressCommand ? "pixz -t" 26 26 # Extension for the compressed tarball 27 27 , compressionExtension ? ".xz" 28 28 # extra inputs, like the compressor to use