{ pkgs ? import { }, }: pkgs.mkShell { buildInputs = with pkgs; [ pnpm typescript-language-server ]; }