mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Don't make clippy failures nix flake failures
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
e6a1c855ca
commit
01db49fe5b
14
flake.nix
14
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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user