This commit is contained in:
mjallen18
2026-01-05 23:57:21 -06:00
parent 3b780d4d78
commit b05067a3e1
12 changed files with 18669 additions and 29 deletions

View File

@@ -270,7 +270,7 @@ in
cachyos-lto-full = mkCachyKernel (
ltoKernelAttrs
// {
configPath = ./config-nix/cachyos-lto.x86_64-linux.nix;
configPath = ./config-nix/${arch}-linux/cachyos-lto-full.${arch}-linux.nix;
useLTO = "full";
}
);