Loading pkgs/by-name/ph/phpactor/package.nix +1 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,9 @@ php.buildComposerProject (finalAttrs: { nativeBuildInputs = [ installShellFiles ]; postPatch = '' patchShebangs bin/phpactor ''; postInstall = '' installShellCompletion --cmd phpactor \ --bash <($out/bin/phpactor completion bash) --bash <(php $out/bin/phpactor completion bash) ''; meta = { Loading Loading
pkgs/by-name/ph/phpactor/package.nix +1 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,9 @@ php.buildComposerProject (finalAttrs: { nativeBuildInputs = [ installShellFiles ]; postPatch = '' patchShebangs bin/phpactor ''; postInstall = '' installShellCompletion --cmd phpactor \ --bash <($out/bin/phpactor completion bash) --bash <(php $out/bin/phpactor completion bash) ''; meta = { Loading