lego: specify passthru.tests
This commit is contained in:
parent
b1499c30a1
commit
51f9c0c447
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchFromGitHub, buildGoModule }:
|
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lego";
|
pname = "lego";
|
||||||
@ -27,4 +27,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://go-acme.github.io/lego/";
|
homepage = "https://go-acme.github.io/lego/";
|
||||||
maintainers = teams.acme.members;
|
maintainers = teams.acme.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests.lego = nixosTests.acme;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user