clippy: add mainProgram
This commit is contained in:
parent
612f97239e
commit
3672dd4c3d
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ rustPlatform.buildRustPackage {
|
|||
meta = with lib; {
|
||||
homepage = "https://rust-lang.github.io/rust-clippy/";
|
||||
description = "A bunch of lints to catch common mistakes and improve your Rust code";
|
||||
mainProgram = "cargo-clippy";
|
||||
maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members;
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue