let pkgs = import { }; in pkgs.mkShell { packages = with pkgs; [ (python3.withPackages (subpkgs: with subpkgs; [ requests dnspython ])) ]; }