{ pkgs ? import {} }: pkgs.mkShell { packages = [ pkgs.nodejs_22 ]; }