We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1201f43 commit 01bf973Copy full SHA for 01bf973
pkgs/development/php-packages/castor/default.nix
@@ -35,9 +35,9 @@ php.buildComposerProject (finalAttrs: {
35
# install shell completions
36
postInstall = ''
37
installShellCompletion --cmd castor \
38
- --bash <($out/bin/castor completion bash) \
39
- --fish <($out/bin/castor completion fish) \
40
- --zsh <($out/bin/castor completion zsh)
+ --bash <(php $out/bin/castor completion bash) \
+ --fish <(php $out/bin/castor completion fish) \
+ --zsh <(php $out/bin/castor completion zsh)
41
'';
42
43
passthru = {
0 commit comments