ncdns: add test to passthru.tests

wip/yesman
rnhmjoj 4 years ago
parent 14aa8d9b75
commit 8ff681a7ca
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 5
      pkgs/servers/dns/ncdns/default.nix

@ -1,4 +1,4 @@
{ lib, git, buildGoPackage, fetchFromGitHub, libcap }:
{ lib, nixosTests, git, buildGoPackage, fetchFromGitHub, libcap }:
buildGoPackage rec {
pname = "ncdns";
@ -35,4 +35,7 @@ buildGoPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [ rnhmjoj ];
};
passthru.tests.ncdns = nixosTests.ncdns;
}

Loading…
Cancel
Save