{ pkgs ? import { }, }: pkgs.mkShell { packages = with pkgs; [ pnpm nodejs-slim_24 typescript-language-server simple-http-server ]; }