xanmod-kernels: remove explicit WERROR=n
This commit is contained in:
parent
9d0769d4e7
commit
e5d17fcc91
1 changed files with 31 additions and 37 deletions
|
@ -24,13 +24,7 @@ let
|
|||
inherit hash;
|
||||
};
|
||||
|
||||
structuredExtraConfig =
|
||||
with lib.kernel;
|
||||
with (lib.kernel.whenHelpers version);
|
||||
{
|
||||
# TODO: remove this once https://github.com/NixOS/nixpkgs/pull/175433 is in master
|
||||
WERROR = no;
|
||||
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
# removed options
|
||||
CFS_BANDWIDTH = lib.mkForce (option no);
|
||||
RT_GROUP_SCHED = lib.mkForce (option no);
|
||||
|
|
Loading…
Reference in a new issue