acme-dns: Migrate to by-name (#398376)

This commit is contained in:
Nick Cao
2025-04-14 16:55:38 -04:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -1025,8 +1025,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;