Unverified Commit c5b9cec1 authored by K900's avatar K900 Committed by GitHub
Browse files

lego.tests: fix the eval (#385653)

parents 6e22d318 ae3b2edf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}