Loading pkgs/development/web/nodejs/symlink.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,10 @@ }: (symlinkJoin { pname = "nodejs"; inherit (nodejs-slim) version passthru meta; inherit (nodejs-slim) version meta; passthru = nodejs-slim.passthru // { inherit (nodejs-slim) src; }; paths = [ nodejs-slim nodejs-slim.npm Loading Loading
pkgs/development/web/nodejs/symlink.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,10 @@ }: (symlinkJoin { pname = "nodejs"; inherit (nodejs-slim) version passthru meta; inherit (nodejs-slim) version meta; passthru = nodejs-slim.passthru // { inherit (nodejs-slim) src; }; paths = [ nodejs-slim nodejs-slim.npm Loading