clippy: add mainProgram

This commit is contained in:
Matthew_Cash 2024-01-26 11:11:50 -08:00
parent 612f97239e
commit 3672dd4c3d
No known key found for this signature in database
GPG Key ID: 7449B33FA8E4C190

View File

@ -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;