From 666f1a89116c24721d1e544e4e3ec0402efe30e9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 21 Jul 2022 11:29:30 +0800 Subject: [PATCH] moac: disable checks when building --- pkgs/moac.nix | 2 ++ 1 file changed, 2 insertions(+) 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";