xanmod-kernels: remove explicit WERROR=n

This commit is contained in:
fortuneteller2k 2022-07-21 19:49:41 +00:00
parent 9d0769d4e7
commit e5d17fcc91

View file

@ -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);