nixos: compress squashfs with xz
This commit is contained in:
parent
da600849e3
commit
6de991bd95
@ -25,6 +25,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Generate the squashfs image.
|
# Generate the squashfs image.
|
||||||
mksquashfs nix-path-registration $storePaths $out \
|
mksquashfs nix-path-registration $storePaths $out \
|
||||||
-keep-as-directory -all-root
|
-keep-as-directory -all-root -comp xz
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user