0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/incusContainer: create hydra build product

This commit is contained in:
Adam Stephens 2024-08-17 09:01:17 -04:00
parent 9277993de4
commit 659308a8c1
No known key found for this signature in database

View file

@ -60,6 +60,7 @@
system.build.squashfs = pkgs.callPackage ../../lib/make-squashfs.nix {
fileName = "nixos-lxc-image-${pkgs.stdenv.hostPlatform.system}";
hydraBuildProduct = true;
noStrip = true; # keep directory structure
comp = "zstd -Xcompression-level 6";