lego: specify passthru.tests

This commit is contained in:
Jamie McClymont 2020-08-24 18:22:51 +12:00
parent b1499c30a1
commit 51f9c0c447

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGoModule rec {
pname = "lego";
@ -27,4 +27,6 @@ buildGoModule rec {
homepage = "https://go-acme.github.io/lego/";
maintainers = teams.acme.members;
};
passthru.tests.lego = nixosTests.acme;
}