diff --git a/flake.nix b/flake.nix index a7f324a10..a01e9fe12 100644 --- a/flake.nix +++ b/flake.nix @@ -124,8 +124,7 @@ cargo-clippy = { enable = true; description = "Run clippy"; - entry = - "cargo clippy --workspace --all-features --all-targets -- -D warnings"; + entry = "just clippy"; types_or = [ "rust" "toml" ]; pass_filenames = false; };