mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
Add v2 variants for BORE kernel
This commit is contained in:
parent
378b8c365e
commit
a7a6fddf37
@ -154,6 +154,13 @@ builtins.listToAttrs (
|
|||||||
configVariant = "linux-cachyos-bore";
|
configVariant = "linux-cachyos-bore";
|
||||||
cpusched = "bore";
|
cpusched = "bore";
|
||||||
})
|
})
|
||||||
|
(mkCachyKernel {
|
||||||
|
pname = "linux-cachyos-bore-x86_64-v2";
|
||||||
|
inherit (linuxSources.latest) version src;
|
||||||
|
configVariant = "linux-cachyos-bore";
|
||||||
|
cpusched = "bore";
|
||||||
|
processorOpt = "x86_64-v2";
|
||||||
|
})
|
||||||
(mkCachyKernel {
|
(mkCachyKernel {
|
||||||
pname = "linux-cachyos-bore-x86_64-v3";
|
pname = "linux-cachyos-bore-x86_64-v3";
|
||||||
inherit (linuxSources.latest) version src;
|
inherit (linuxSources.latest) version src;
|
||||||
@ -182,6 +189,14 @@ builtins.listToAttrs (
|
|||||||
lto = "thin";
|
lto = "thin";
|
||||||
cpusched = "bore";
|
cpusched = "bore";
|
||||||
})
|
})
|
||||||
|
(mkCachyKernel {
|
||||||
|
pname = "linux-cachyos-bore-lto-x86_64-v2";
|
||||||
|
inherit (linuxSources.latest) version src;
|
||||||
|
configVariant = "linux-cachyos-bore";
|
||||||
|
lto = "thin";
|
||||||
|
cpusched = "bore";
|
||||||
|
processorOpt = "x86_64-v2";
|
||||||
|
})
|
||||||
(mkCachyKernel {
|
(mkCachyKernel {
|
||||||
pname = "linux-cachyos-bore-lto-x86_64-v3";
|
pname = "linux-cachyos-bore-lto-x86_64-v3";
|
||||||
inherit (linuxSources.latest) version src;
|
inherit (linuxSources.latest) version src;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user