let briefcase = import {}; pkgs = briefcase.third_party.pkgs; in pkgs.mkShell { buildInputs = with pkgs; [ yarn nodejs ]; }