From 4a296b977df95f9ebe199ac8011a5ea964c169ed Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Fri, 19 Dec 2025 16:44:34 -0800 Subject: [PATCH] Revert "Only build most common configs for lack of compute resources" This reverts commit 55467e4a0183350d3e67447e2b8c7ae25efa2028. --- flake.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index b5f1013..c36a130 100644 --- a/flake.nix +++ b/flake.nix @@ -81,15 +81,7 @@ cachyosKernels = loadPackages prev; }; - 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 - ; - }; + hydraJobs.packages = self.packages; # Example configurations for testing CachyOS kernel nixosConfigurations = lib.genAttrs systems (