From 81b1033e9717fbc7aed411c023a2c9364ca1d249 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 31 Aug 2024 14:40:38 -0700 Subject: t --- pkgs/cargo-clean-all.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkgs/cargo-clean-all.nix (limited to 'pkgs/cargo-clean-all.nix') diff --git a/pkgs/cargo-clean-all.nix b/pkgs/cargo-clean-all.nix new file mode 100644 index 0000000..2e2055f --- /dev/null +++ b/pkgs/cargo-clean-all.nix @@ -0,0 +1,19 @@ +{ lib +, rustPlatform +, fetchFromGitHub +, +}: +let + rustUtils = import ../lib/rust-utils.nix { + inherit lib rustPlatform fetchFromGitHub; + }; +in +rustUtils.mkRustPackage { + pname = "cargo-clean-all"; + version = "21b0d4a451629f1f9073dbab8b32a6de85b33f75"; + githubOwner = "dnlmlr"; + githubHash = "sha256-rNwAzpBUAFDt6SpVi1htAMTB7TUD4YqpxJkd3hYCPAQ="; + cargoHash = "sha256-/2wCKAmYYKMYe6V6Y1DPfaE+/WuhFs9zX4+B2OtxGBc="; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ Fuwn ]; +} -- cgit v1.2.3