summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-06-05 11:44:47 -0500
committerGitHub <noreply@github.com>2022-06-05 11:44:47 -0500
commit58b3f6693151d6c3d4a3f542be4f7dfa429519e4 (patch)
tree6e4e5dea9e6881c546f272a4dfb2f814fa7ac9e8 /pkgs
parent83171a1dba143d34c6611d62d30cda2b983cec79 (diff)
linuxKernels.kernels.linux_xanmod: don't set `-Werror` by default
Co-authored-by: fortune <lythe1107@gmail.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index 205a52608408..761426da865d 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -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);