mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
Merge pull request #317157 from xanderio/git-town-fix-completions
git-town: fix completions generation
This commit is contained in:
commit
6bbe67d5ee
|
@ -48,9 +48,9 @@ buildGoModule rec {
|
|||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd git-town \
|
||||
--bash <($out/bin/git-town completion bash) \
|
||||
--fish <($out/bin/git-town completion fish) \
|
||||
--zsh <($out/bin/git-town completion zsh)
|
||||
--bash <($out/bin/git-town completions bash) \
|
||||
--fish <($out/bin/git-town completions fish) \
|
||||
--zsh <($out/bin/git-town completions zsh)
|
||||
|
||||
wrapProgram $out/bin/git-town --prefix PATH : ${lib.makeBinPath [ git ]}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue