{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ go gopls just nodejs starship typescript-language-server ]; shellHook = '' eval "$(starship init bash)" ''; }