{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ nodejs ]; }