hydra: wip init

This commit is contained in:
Christoph Hollizeck 2024-12-30 09:38:57 +01:00
parent 8def9db47f
commit 7b605c1fd9
3 changed files with 17 additions and 10 deletions

View file

@ -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
);
};
};
}