HACK: [BOOT] disable optimizations

This commit is contained in:
Antoine Viallon 2025-08-31 00:24:27 +02:00
parent 4fb66497db
commit 000f0eda8e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -319,7 +319,7 @@ in {
# moddedKernel
# ;
in mkOverride 2 (pkgs.linuxPackagesFor moddedKernel);
in mkOverride 2 (pkgs.linuxPackagesFor noDRMKernel);
kernelPatches = []
++ optional cfg.x32abi.enable customKernelPatches.enableX32ABI