mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
roadrunner: fix postInstall phase
This commit is contained in:
parent
4e0c36e4dd
commit
4772ab4bc1
@ -30,8 +30,8 @@ buildGoModule rec {
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd rr \
|
||||
--bash <($out/bin/rr completion bash) \
|
||||
--zsh <($out/bin/rr zsh) \
|
||||
--fish <($out/bin/rr fish)
|
||||
--zsh <($out/bin/rr completion zsh) \
|
||||
--fish <($out/bin/rr completion fish)
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user