mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Revert "Only build most common configs for lack of compute resources"
This reverts commit 55467e4a01.
This commit is contained in:
parent
ee03bfdd01
commit
4a296b977d
10
flake.nix
10
flake.nix
@ -81,15 +81,7 @@
|
|||||||
cachyosKernels = loadPackages prev;
|
cachyosKernels = loadPackages prev;
|
||||||
};
|
};
|
||||||
|
|
||||||
hydraJobs.packages.x86_64-linux = {
|
hydraJobs.packages = self.packages;
|
||||||
# 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