Remove minimal installer image
This commit is contained in:
parent
b5b57bba09
commit
b098a007bf
5 changed files with 4 additions and 26 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue