Only build most common configs for lack of compute resources

This commit is contained in:
Lan Tian 2025-12-16 17:16:22 -08:00
parent e1717dac40
commit 55467e4a01
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

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