Skip to content

Commit

Permalink
ncdns: add test to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Jun 13, 2020
1 parent 14aa8d9 commit 8ff681a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/servers/dns/ncdns/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, git, buildGoPackage, fetchFromGitHub, libcap }:
{ lib, nixosTests, git, buildGoPackage, fetchFromGitHub, libcap }:

buildGoPackage rec {
pname = "ncdns";
Expand Down Expand Up @@ -35,4 +35,7 @@ buildGoPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [ rnhmjoj ];
};

passthru.tests.ncdns = nixosTests.ncdns;

}

0 comments on commit 8ff681a

Please sign in to comment.