From 8f2c1f98937f012960909aec00236141c0d84e00 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 22 Nov 2025 21:10:18 +0100 Subject: [PATCH] hydra: enable hydrajobs --- modules/flake-parts/host-machines.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flake-parts/host-machines.nix b/modules/flake-parts/host-machines.nix index ee63975..3a3ae8e 100644 --- a/modules/flake-parts/host-machines.nix +++ b/modules/flake-parts/host-machines.nix @@ -58,7 +58,7 @@ in self = inputs.self; in { - # hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations; + hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations; packages = self.packages; shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells; };