summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-01-03 10:19:53 +0100
committerMarcel Müller <neikos@neikos.email>2023-01-04 08:38:40 +0100
commit94e853b3a2874a6c8cd811126a19711ad894c942 (patch)
tree3bc2638526b23740337bfc5b979dfd3270d86c51 /flake.nix
parent8274b53f8d77ffe37119abdafefb5a3d7aeb0bb1 (diff)
Remove all-targets from clippy check
Signed-off-by: Marcel Müller <neikos@neikos.email>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0b9d7dc..d3e9a15 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,7 +52,7 @@
cloudmqtt-clippy = craneLib.cargoClippy {
inherit cargoArtifacts src;
- cargoExtraArgs = "--all --all-features --all-targets";
+ cargoExtraArgs = "--all --all-features";
cargoClippyExtraArgs = "-- --deny warnings";
};