mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
nixos: compress squashfs with xz
This commit is contained in:
parent
da600849e3
commit
6de991bd95
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user