azurehound: disable on darwin (#408796)

This commit is contained in:
Fabian Affolter
2025-05-20 08:37:25 +02:00
committed by GitHub
+2
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
versionCheckHook,
@@ -37,5 +38,6 @@ buildGoModule rec {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "azurehound";
broken = stdenv.hostPlatform.isDarwin;
};
}