linuxKernels.kernels.linux_xanmod: don't set -Werror
by default
Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
parent
83171a1dba
commit
58b3f66931
@ -28,6 +28,9 @@ let
|
||||
with lib.kernel;
|
||||
with (lib.kernel.whenHelpers version);
|
||||
{
|
||||
# TODO: remove this once https://github.com/NixOS/nixpkgs/pull/175433 is in master
|
||||
WERROR = no;
|
||||
|
||||
# removed options
|
||||
CFS_BANDWIDTH = lib.mkForce (option no);
|
||||
RT_GROUP_SCHED = lib.mkForce (option no);
|
||||
|
Loading…
Reference in New Issue
Block a user