what a mess
This commit is contained in:
@@ -295,6 +295,18 @@ in
|
||||
}
|
||||
);
|
||||
|
||||
# LTS LTO 16k
|
||||
cachyos-lts-lto-16k = mkCachyKernel (
|
||||
ltoKernelAttrs
|
||||
// ltsAttrs
|
||||
// {
|
||||
taste = "linux-cachyos-lts";
|
||||
pname = "cachyos-lts-lto";
|
||||
configPath = ./config-nix/${arch}-linux/cachyos-lts-lto-16k.${arch}-linux.nix;
|
||||
pageSize = "16k";
|
||||
}
|
||||
);
|
||||
|
||||
# Hardened LTO
|
||||
cachyos-hardened-lto = mkCachyKernel (
|
||||
ltoKernelAttrs
|
||||
|
||||
Reference in New Issue
Block a user