forgejo-runner: mark broken on darwin

The tests currently fail to execute on darwin, which may indicate a
sandboxing issue. Likely needs someone to care for forgejo ci/cd on
darwin.
This commit is contained in:
Martin Weinelt
2025-11-03 20:13:19 +01:00
parent 93fd89651f
commit eb57af1c25
@@ -92,6 +92,8 @@ buildGoModule rec {
};
meta = with lib; {
# Cannot process container options: '--pid=host --device=/dev/sda': 'unknown server OS: darwin'
broken = stdenv.hostPlatform.isDarwin;
description = "Runner for Forgejo based on act";
homepage = "https://code.forgejo.org/forgejo/runner";
changelog = "https://code.forgejo.org/forgejo/runner/releases/tag/${src.rev}";