diff --git a/packages/helix.nix b/packages/helix.nix index fc3215d..c084885 100644 --- a/packages/helix.nix +++ b/packages/helix.nix @@ -216,7 +216,10 @@ rust-analyzer = { config = { - check.command = "clippy"; + check = { + command = "clippy"; + extraArgs = ["--" "-W" "clippy::pedantic" "-W" "clippy::nursery" "-W" "clippy::perf"]; + }; cargo.features = "all"; }; };