acme-dns: Migrate to by-name

This commit is contained in:
Guy Chronister 2025-04-13 08:58:02 -05:00
parent ae2a0817c8
commit 8ce202df1c
2 changed files with 0 additions and 2 deletions

View file

@ -1027,8 +1027,6 @@ with pkgs;
_7zz = darwin.apple_sdk_11_0.callPackage ../tools/archivers/7zz { };
_7zz-rar = _7zz.override { enableUnfree = true; };
acme-dns = callPackage ../servers/dns/acme-dns/default.nix { };
acquire = with python3Packages; toPythonApplication acquire;
actdiag = with python3.pkgs; toPythonApplication actdiag;