diff --git a/pkgs/moac.nix b/pkgs/moac.nix index a3f6c56e..ab123525 100644 --- a/pkgs/moac.nix +++ b/pkgs/moac.nix @@ -13,6 +13,8 @@ buildGoModule rec { vendorSha256 = "sha256-5clp7s6xVUmniN5b9lFu/LW3CjDtgMMRzWIH+o7DnJQ="; + doCheck = false; + meta = with lib; { description = "Generic password generator and analyzer"; homepage = "https://github.com/Seirdy/moac";