[flake] Build iso and vm of angustopila-psammion
This commit is contained in:
parent
02a73b00ff
commit
a1ff27d507
|
@ -261,6 +261,7 @@
|
|||
|
||||
hydraJobs = {
|
||||
shell.x86_64-linux = self.devShell.x86_64-linux;
|
||||
packages = self.packages;
|
||||
nixosConfigurations.x86_64-linux = builtins.listToAttrs (map (host: {
|
||||
name = host;
|
||||
value = self.nixosConfigurations.${host}.config.system.build.toplevel;
|
||||
|
@ -268,6 +269,9 @@
|
|||
hosts);
|
||||
};
|
||||
|
||||
packages.x86_64-linux.iso = self.nixosConfigurations.angustopila-psammion.config.system.build.isoImage;
|
||||
packages.x86_64-linux.vm = self.nixosConfigurations.angustopila-psammion.config.system.build.vm;
|
||||
|
||||
outputsBuilder = channels: {
|
||||
devShell = channels.nixpkgs.mkShell {
|
||||
packages = let
|
||||
|
|
Loading…
Reference in a new issue