Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #284079 from MatthewCash/add-clippy-mainProgram

clippy: set meta.mainProgram

authored by Nick Cao and committed by GitHub 66dcc7de ca63515c

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