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 committed May 29, 2024
1 parent cd94aef commit ce7fdef
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 ce7fdef

Please sign in to comment.