diff --git a/flake.nix b/flake.nix index c36a130..b5f1013 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,15 @@ cachyosKernels = loadPackages prev; }; - hydraJobs.packages = self.packages; + hydraJobs.packages.x86_64-linux = { + # Only build most common configs for lack of compute resources + inherit (self.packages.x86_64-linux) + linux-cachyos-latest + linux-cachyos-latest-lto + linux-cachyos-lts + linux-cachyos-lts-lto + ; + }; # Example configurations for testing CachyOS kernel nixosConfigurations = lib.genAttrs systems (