hydra: wip init
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Christoph Hollizeck 2024-12-29 17:46:03 +01:00
parent e7066d45a4
commit 1b21323d93
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;
};
}; };
} }