From dac099a4892689d11abedb0fcc1098b50e0958c8 Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Sun, 18 Jan 2026 11:14:13 -0600 Subject: feat(nix): overhaul nix flake and packages (#9032) --- packages/opencode/script/build.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages') diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts index 61a665312..cb88db2c4 100755 --- a/packages/opencode/script/build.ts +++ b/packages/opencode/script/build.ts @@ -90,6 +90,11 @@ const targets = singleFlag return baselineFlag } + // also skip abi-specific builds for the same reason + if (item.abi !== undefined) { + return false + } + return true }) : allTargets -- cgit v1.2.3