From 55467e4a0183350d3e67447e2b8c7ae25efa2028 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Tue, 16 Dec 2025 17:16:22 -0800 Subject: [PATCH] Only build most common configs for lack of compute resources --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 (