nfpm: enable tests

This commit is contained in:
superherointj 2022-04-07 15:33:50 -03:00
parent 2bc410afc4
commit 9258267684

View file

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