From a59a56d9d2f34bc34d4ceb4c02156e4a50f7b005 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 23 Nov 2021 20:35:38 +0100 Subject: [PATCH] flake.nix: hydraJobs g --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9fcbfc67..57288a6c 100644 --- a/flake.nix +++ b/flake.nix @@ -526,7 +526,7 @@ // # make hydra prebuild all kernels builtins.foldl' (result: hostName: - if self.nixosConfigurations.${hostName}.confi.boot.isContainer + if self.nixosConfigurations.${hostName}.config.boot.isContainer then result else result // { "${hostName}-kernel" = self.nixosConfigurations.${hostName}.config.boot.kernelPackages.kernel;