{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.nodejs_20 pkgs.nodePackages.npm ]; }