Loading pkgs/by-name/wa/watchexec/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,10 @@ rustPlatform.buildRustPackage (finalAttrs: { postInstall = '' installManPage doc/watchexec.1 installShellCompletion --zsh --name _watchexec completions/zsh installShellCompletion --cmd watchexec \ --bash completions/bash \ --fish completions/fish \ --zsh completions/zsh ''; meta = { Loading Loading
pkgs/by-name/wa/watchexec/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,10 @@ rustPlatform.buildRustPackage (finalAttrs: { postInstall = '' installManPage doc/watchexec.1 installShellCompletion --zsh --name _watchexec completions/zsh installShellCompletion --cmd watchexec \ --bash completions/bash \ --fish completions/fish \ --zsh completions/zsh ''; meta = { Loading