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