let pkgs = import {}; in pkgs.mkShell { packages = [ (pkgs.python3.withPackages (python-pkgs: [ python-pkgs.flask ])) ]; }