Skip to content

Commit

Permalink
Use just clippy in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored and jbearer committed Jun 3, 2024
1 parent 9278e7a commit 0cd1a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 0cd1a8a

Please sign in to comment.