certbot-full: init
This commit is contained in:
parent
718a4496df
commit
9d86dea417
1 changed files with 6 additions and 0 deletions
|
@ -11594,6 +11594,12 @@ in
|
|||
|
||||
certbot = python3.pkgs.toPythonApplication python3.pkgs.certbot;
|
||||
|
||||
certbot-full = certbot.withPlugins (cp: with cp; [
|
||||
certbot-dns-cloudflare
|
||||
certbot-dns-rfc2136
|
||||
certbot-dns-route53
|
||||
]);
|
||||
|
||||
caf = callPackage ../development/libraries/caf {};
|
||||
|
||||
# CGAL 5 has API changes
|
||||
|
|
Loading…
Reference in a new issue