cero: disable tests

This commit is contained in:
Fabian Affolter
2025-03-05 09:50:21 +01:00
parent cdd87aa77e
commit ceb13880d3
+3
View File
@@ -22,6 +22,9 @@ buildGoModule rec {
"-w"
];
# Tests are comparing output
doCheck = false;
meta = with lib; {
description = "Scrape domain names from SSL certificates of arbitrary hosts";
homepage = "https://github.com/glebarez/cero";