lto server

This commit is contained in:
mjallen18
2025-12-11 21:19:40 -06:00
parent 3364ae8fda
commit 2e4b629805
4 changed files with 197 additions and 191 deletions

View File

@@ -63,7 +63,7 @@ let
serverLtoKernelAttrs = {
taste = "linux-cachyos-server";
configPath = ./config-nix/cachyos-lto.x86_64-linux.nix;
configPath = ./config-nix/cachyos-server-lto.x86_64-linux.nix;
# Pass the unified arguments (including the resolved 'self') to llvm-pkgs
inherit (import ./lib/llvm-pkgs.nix (args // { inherit self; })) callPackage;