Commit 5c2b3686 authored by superherointj's avatar superherointj Committed by Gaetan Lepage
Browse files

opencode: mark broken for x86_64-darwin

parent c6ff76d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -175,5 +175,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      "x86_64-darwin"
    ];
    mainProgram = "opencode";
    badPlatforms = [
      # Broken as 2026-04-23, errors as:
      # CPU lacks AVX support, strange crashes may occur. Reinstall Bun
      "x86_64-darwin"
    ];
  };
})