Loading pkgs/by-name/ba/bash-language-server/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nodejs , npmHooks , makeBinaryWrapper , shellcheck }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -56,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: { # Create the executable, based upon what happens in npmHooks.npmInstallHook makeWrapper ${lib.getExe nodejs} $out/bin/bash-language-server \ --prefix PATH : ${lib.makeBinPath [ shellcheck ]} \ --inherit-argv0 \ --add-flags $out/lib/bash-language-server/out/cli.js Loading Loading
pkgs/by-name/ba/bash-language-server/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nodejs , npmHooks , makeBinaryWrapper , shellcheck }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -56,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: { # Create the executable, based upon what happens in npmHooks.npmInstallHook makeWrapper ${lib.getExe nodejs} $out/bin/bash-language-server \ --prefix PATH : ${lib.makeBinPath [ shellcheck ]} \ --inherit-argv0 \ --add-flags $out/lib/bash-language-server/out/cli.js Loading