8 rustPlatform.buildRustPackage rec {
9 pname = "pnpm-shell-completion";
12 src = fetchFromGitHub {
14 repo = "pnpm-shell-completion";
16 hash = "sha256-bc2ZVHQF+lSAmhy/fvdiVfg9uzPPcXYrtiNChjkjHtA=";
19 cargoHash = "sha256-pGACCT96pTG4ZcJZtSWCup7Iejf6r3RvQ+4tMOwiShw=";
21 nativeBuildInputs = [ installShellFiles ];
24 installShellCompletion --cmd pnpm \
26 --zsh pnpm-shell-completion.plugin.zsh
30 homepage = "https://github.com/g-plane/pnpm-shell-completion";
31 description = "Complete your pnpm command fastly";
32 license = licenses.mit;
33 maintainers = with maintainers; [ donovanglover ];
34 mainProgram = "pnpm-shell-completion";