{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ bashInteractive nodejs-16_x ]; }