···38 meta = with lib; {
39 homepage = "https://rust-lang.github.io/rust-clippy/";
40 description = "A bunch of lints to catch common mistakes and improve your Rust code";
041 maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members;
42 license = with licenses; [ mit asl20 ];
43 platforms = platforms.unix;
···38 meta = with lib; {
39 homepage = "https://rust-lang.github.io/rust-clippy/";
40 description = "A bunch of lints to catch common mistakes and improve your Rust code";
41+ mainProgram = "cargo-clippy";
42 maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members;
43 license = with licenses; [ mit asl20 ];
44 platforms = platforms.unix;