Unverified Commit 58b3f669 authored by Phillip Cloud's avatar Phillip Cloud Committed by GitHub
Browse files

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



Co-authored-by: default avatarfortune <lythe1107@gmail.com>
parent 83171a1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);