1{ 2 fetchFromGitHub, 3 python3, 4}: 5 6let 7 python = python3.override { 8 self = python; 9 packageOverrides = self: super: { 10 }; 11 }; 12in 13with python.pkgs; 14toPythonApplication certbot