7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-L9tWTgW8PIjxeby+wa71NPp3kWMYH5D7PNtpk8Bmeyc=";
18 cargoHash = "sha256-aalB7gHLc3YIgSOg68wc2fyzXFGfHO5x5YdzhuRmyro=";
21 # Requires a rustup toolchain to be installed.
22 "--skip check_toolchain_listing_on_multiple_projects"
23 # Does not work with a `--target` build in the environment
24 "--skip empty_project_output"
28 description = "Cargo subcommand for cleaning up unused build files generated by Cargo";
29 mainProgram = "cargo-sweep";
30 homepage = "https://github.com/holmgr/cargo-sweep";
31 license = licenses.mit;
32 maintainers = with maintainers; [