{ pkgs ? import { }, }: pkgs.mkShell { packages = [ (pkgs.python3.withPackages (ps: [ ps.flask ps.gunicorn ])) ]; }