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 (