mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
feat(nix): overhaul nix flake and packages (#9032)
This commit is contained in:
parent
5009f10406
commit
dac099a489
10 changed files with 212 additions and 653 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue