mx-takeover: disable on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 19:24:42 +02:00
parent 85cd98223f
commit c0c54903b1

View File

@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
}:
@@ -29,5 +30,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "mx-takeover";
broken = stdenv.hostPlatform.isDarwin;
};
}