{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm typescript ]; }