Don't make clippy failures nix flake failures

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-07-20 10:18:35 -04:00
parent e6a1c855ca
commit 01db49fe5b

View File

@ -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 (