ncdns: add test to passthru.tests
This commit is contained in:
parent
14aa8d9b75
commit
8ff681a7ca
@ -1,4 +1,4 @@
|
|||||||
{ lib, git, buildGoPackage, fetchFromGitHub, libcap }:
|
{ lib, nixosTests, git, buildGoPackage, fetchFromGitHub, libcap }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "ncdns";
|
pname = "ncdns";
|
||||||
@ -35,4 +35,7 @@ buildGoPackage rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests.ncdns = nixosTests.ncdns;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user