let pkgs = import { }; in pkgs.mkShell { buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm nodePackages.typescript-language-server ]; }