6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-6NWhx82BXhWhbI18k5gE3vEkw9v5gstE8ICJhtq68rM=";
17 cargoHash = "sha256-V2eWVoRtfjHLe2AypYekUFzMnuV8RYU9Pb7Q1U3fwp4=";
20 description = "Configurable cd wrapper that lets you define your environment per directory";
21 homepage = "https://github.com/synoet/cdwe";
22 license = licenses.mit;
23 maintainers = with maintainers; [ figsoda ];