hydra: wip init

This commit is contained in:
Christoph Hollizeck 2024-12-29 17:46:03 +01:00
parent 5543ef1e9c
commit 852bdd9850
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -152,5 +152,10 @@
} }
// { // {
self = inputs.self; self = inputs.self;
hydraJobs = {
loptland = inputs.self.nixosConfigurations.loptland.config.system.build.toplevel;
yggdrasil = inputs.self.nixosConfigurations.yggdrasil.config.system.build.toplevel;
};
}; };
} }