Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 14 lines 188 B view raw
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