{pkgs ? import {}}: pkgs.mkShell { packages = [ pkgs.nodejs-slim pkgs.pnpm ]; }