what a mess
This commit is contained in:
@@ -58,6 +58,8 @@ in
|
||||
linuxPackages_cachyos-lto-znver4 = cachyosPackages.cachyos-lto-znver4;
|
||||
# LTS
|
||||
linuxPackages_cachyos-lts-lto = cachyosPackages.cachyos-lts-lto;
|
||||
|
||||
linuxPackages_cachyos-lts-lto-16k = cachyosPackages.cachyos-lts-lto-16k;
|
||||
# Hardened
|
||||
linuxPackages_cachyos-hardened-lto = cachyosPackages.cachyos-hardened-lto;
|
||||
# Latest Server
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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