lego.tests: fix the eval (#385653)

This commit is contained in:
K900
2025-02-28 04:04:03 +03:00
committed by GitHub
+1 -1
View File
@@ -31,6 +31,6 @@ buildGoModule rec {
passthru.tests = {
lego-http = nixosTests.acme.http01-builtin;
lego-dns = nixosTests.acme.dns01-builtin;
lego-dns = nixosTests.acme.dns01;
};
}