{ pkgs ? import { }, }: pkgs.callPackage ( { mkShell, pkg-config, openssl, }: mkShell { strictDeps = true; # host/target agnostic programs # compilers & linkers & dependency finding programs nativeBuildInputs = with pkgs; [ nodejs_22 ]; } ) { }