1let 2 pkgs = import ../../../../../. { }; 3in pkgs.mkShell { 4 packages = [ 5 pkgs.python2 6 pkgs.poetry 7 ]; 8}