8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "alopatindev";
16 sha256 = "sha256-joWDB9fhCsYVZFZdr+Gfm4JaRlm5kj+CHp34Sx5iQYk=";
19 cargoHash = "sha256-dwqbG0UFeUQHa0K98ebHfjbcQuQOhK2s6ZxAT6r0cik=";
22 updateScript = nix-update-script { };
26 description = "Cargo subcommand \"limit\": reduces the noise of compiler messages";
27 homepage = "https://github.com/alopatindev/cargo-limit";
28 license = with licenses; [
32 maintainers = with maintainers; [