Revert "Only build most common configs for lack of compute resources"

This reverts commit 55467e4a01.
This commit is contained in:
Lan Tian 2025-12-19 16:44:34 -08:00
parent ee03bfdd01
commit 4a296b977d
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

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