From 1b21323d93a9d6bbff6af64d8acfbf45a42e4694 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 29 Dec 2024 17:46:03 +0100 Subject: [PATCH] hydra: wip init --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; + }; }; }