Remove minimal installer image

This commit is contained in:
Vili Sinervä 2025-06-14 14:03:58 +03:00
parent b5b57bba09
commit b098a007bf
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
5 changed files with 4 additions and 26 deletions

View file

@ -78,13 +78,7 @@
hydraJobs.hosts = builtins.mapAttrs (
_: host: host.config.system.build.toplevel
) self.nixosConfigurations;
hydraJobs.isos =
let
hosts = self.nixosConfigurations;
in
{
installer-graphical = hosts.installer-graphical.config.system.build.isoImage;
installer-minimal = hosts.installer-minimal.config.system.build.isoImage;
};
hydraJobs.isos.installer = self.nixosConfigurations.installer.config.system.build.isoImage;
};
}