{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ go gopls just nodejs starship typescript-language-server ]; shellHook = '' which -s starship >/dev/null 2>&1 && eval "$(starship init bash)" ''; }