flake.nix: add hydra-build-products to diskModule

This commit is contained in:
Astro 2022-05-26 02:35:10 +02:00
parent 3949bbdcfd
commit acab0a45d3

View File

@ -80,6 +80,10 @@
partitionTableType = "hybrid";
additionalSpace = "2G";
inherit config lib pkgs;
postVM = ''
mkdir -p $out/nix-support
echo file binary-dist $diskImage >> $out/nix-support/hydra-build-products
'';
};
};