nixos/proxmox-image: add hydra-build-products definition
This commit is contained in:
parent
265e6a668e
commit
9cf89797e6
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ with lib;
|
|||
rm $diskImage
|
||||
${pkgs.zstd}/bin/zstd "vzdump-qemu-${cfg.filenameSuffix}.vma"
|
||||
mv "vzdump-qemu-${cfg.filenameSuffix}.vma.zst" $out/
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
echo "file vma $out/vzdump-qemu-${cfg.filenameSuffix}.vma.zst" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
format = "raw";
|
||||
inherit config lib pkgs;
|
||||
|
|
Loading…
Reference in a new issue