summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 2350f270..013f90cb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -245,13 +245,13 @@
bcachefs-tools-fuse-i686-linux
;
- cargo-clippy = common.craneLib.cargoClippy (
- common.args
- // {
- inherit (common) cargoArtifacts;
- cargoClippyExtraArgs = "--all-targets --all-features -- --deny warnings";
- }
- );
+ #cargo-clippy = common.craneLib.cargoClippy (
+ # common.args
+ # // {
+ # inherit (common) cargoArtifacts;
+ # cargoClippyExtraArgs = "--all-targets --all-features -- --deny warnings";
+ # }
+ #);
# we have to build our own `craneLib.cargoTest`
cargo-test = common.craneLib.mkCargoDerivation (