From f9a74ef2323e00699f96ae479cb529ef33900e0c Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Sun, 18 Aug 2024 12:30:39 +0200 Subject: [PATCH] feat(topology): add hydraJob for testing --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c3972e5..8171ebf 100644 --- a/flake.nix +++ b/flake.nix @@ -207,6 +207,7 @@ value = inputs.self.nixosConfigurations.${name}.config.system.build.toplevel; }) listOfHosts); + topology.x86_64-linux = inputs.self.topology.x86_64-linux.config.output; }; }; }