linuxKernels.kernels.linux_xanmod: don't set -Werror by default

Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
Phillip Cloud 2022-06-05 11:44:47 -05:00 committed by GitHub
parent 83171a1dba
commit 58b3f66931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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