Loading pkgs/os-specific/linux/kernel/xanmod-kernels.nix +36 −34 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ let }; xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec { with (lib.kernel.whenHelpers version); inherit version; modDirVersion = "${version}-${suffix}"; Loading @@ -25,7 +24,10 @@ let inherit hash; }; structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; with (lib.kernel.whenHelpers version); { # removed options CFS_BANDWIDTH = lib.mkForce (option no); RT_GROUP_SCHED = lib.mkForce (option no); Loading Loading
pkgs/os-specific/linux/kernel/xanmod-kernels.nix +36 −34 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ let }; xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec { with (lib.kernel.whenHelpers version); inherit version; modDirVersion = "${version}-${suffix}"; Loading @@ -25,7 +24,10 @@ let inherit hash; }; structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; with (lib.kernel.whenHelpers version); { # removed options CFS_BANDWIDTH = lib.mkForce (option no); RT_GROUP_SCHED = lib.mkForce (option no); Loading