Loading pkgs/by-name/ph/phpactor/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ php.buildComposerProject2 (finalAttrs: { nativeBuildInputs = [ installShellFiles ]; php = php.withExtensions ({ all, ... }: with all; [ mbstring ]); postInstall = '' installShellCompletion --cmd phpactor \ --bash <(php $out/bin/phpactor completion bash) Loading Loading
pkgs/by-name/ph/phpactor/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ php.buildComposerProject2 (finalAttrs: { nativeBuildInputs = [ installShellFiles ]; php = php.withExtensions ({ all, ... }: with all; [ mbstring ]); postInstall = '' installShellCompletion --cmd phpactor \ --bash <(php $out/bin/phpactor completion bash) Loading