diff --git a/flake.nix b/flake.nix index 59eacc8..18ed938 100644 --- a/flake.nix +++ b/flake.nix @@ -152,5 +152,10 @@ } // { self = inputs.self; + + hydraJobs = { + loptland = inputs.self.nixosConfigurations.loptland.config.system.build.toplevel; + yggdrasil = inputs.self.nixosConfigurations.yggdrasil.config.system.build.toplevel; + }; }; }