nixos: compress squashfs with xz

This commit is contained in:
Franz Pletz 2016-11-22 22:25:55 +01:00
parent da600849e3
commit 6de991bd95
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation {
# Generate the squashfs image.
mksquashfs nix-path-registration $storePaths $out \
-keep-as-directory -all-root
-keep-as-directory -all-root -comp xz
'';
}