parent
daa9b33754
commit
d57aa54233
3 changed files with 17 additions and 10 deletions
|
@ -150,12 +150,13 @@
|
|||
|
||||
systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];
|
||||
}
|
||||
// {
|
||||
// rec {
|
||||
self = inputs.self;
|
||||
|
||||
hydraJobs = {
|
||||
loptland = inputs.self.nixosConfigurations.loptland.config.system.build.toplevel;
|
||||
yggdrasil = inputs.self.nixosConfigurations.yggdrasil.config.system.build.toplevel;
|
||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) (
|
||||
lib.filterAttrs (name: cfg: name != "nixberry") self.outputs.nixosConfigurations
|
||||
);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue