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