nextdns: enable tests

This commit is contained in:
superherointj 2022-04-05 18:43:31 -03:00
parent f013f66c14
commit be4566c532

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-6hWD05lXteqL7egj9tiRVHlevKM33i+a+zBUZs7PF7I=";
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
meta = with lib; {