pebble: add link to acme nixos test

This commit is contained in:
Léo Gaspard
2021-05-08 21:42:11 +02:00
parent f93396bf52
commit dc42bda5e7
+5
View File
@@ -1,6 +1,7 @@
{ buildGoPackage { buildGoPackage
, fetchFromGitHub , fetchFromGitHub
, lib , lib
, nixosTests
}: }:
let let
@@ -17,6 +18,10 @@ in buildGoPackage {
sha256 = "1piwzzfqsdx6s2niczzp4mf4r3qn9nfdgpn7882g52cmmm0vzks2"; sha256 = "1piwzzfqsdx6s2niczzp4mf4r3qn9nfdgpn7882g52cmmm0vzks2";
}; };
passthru.tests = {
smoke-test = nixosTests.acme;
};
meta = { meta = {
homepage = "https://github.com/letsencrypt/pebble"; homepage = "https://github.com/letsencrypt/pebble";
description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA"; description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";