roadrunner: fix postInstall phase

This commit is contained in:
Olivér Falvai 2024-09-30 19:27:49 +02:00
parent 4e0c36e4dd
commit 4772ab4bc1
No known key found for this signature in database

View File

@ -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 = ''