Add installer ISOs to Hydra jobs
This commit is contained in:
parent
34dc882889
commit
dee4a1aaaa
1 changed files with 4 additions and 0 deletions
|
@ -78,5 +78,9 @@
|
||||||
hydraJobs.hosts = builtins.mapAttrs (
|
hydraJobs.hosts = builtins.mapAttrs (
|
||||||
_: host: host.config.system.build.toplevel
|
_: host: host.config.system.build.toplevel
|
||||||
) self.nixosConfigurations;
|
) self.nixosConfigurations;
|
||||||
|
hydraJobs.isos = {
|
||||||
|
installer-graphical = self.nixosConfigurations.installer-graphical.config.build.isoImage;
|
||||||
|
installer-minimal = self.nixosConfigurations.installer-minimal.config.build.isoImage;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue