flake.nix: hydraJobs g

This commit is contained in:
Astro 2021-11-23 20:35:38 +01:00
parent dedc5d9ff8
commit a59a56d9d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;