let pkgs = import { }; in pkgs.mkShell { packages = [ pkgs.nodejs pkgs.nodejs.python pkgs.yarn ]; }