let pkgs = import {}; in pkgs.mkShell { buildInputs = [ pkgs.nodejs-12_x pkgs.yarn ]; }