moac: disable checks when building

This commit is contained in:
Gabriel Arazas 2022-07-21 11:29:30 +08:00
parent f7f7627b7c
commit 666f1a8911

View File

@ -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";