mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Only build most common configs for lack of compute resources
This commit is contained in:
parent
e1717dac40
commit
55467e4a01
10
flake.nix
10
flake.nix
@ -81,7 +81,15 @@
|
|||||||
cachyosKernels = loadPackages prev;
|
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
|
# Example configurations for testing CachyOS kernel
|
||||||
nixosConfigurations = lib.genAttrs systems (
|
nixosConfigurations = lib.genAttrs systems (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user