feat(nix): overhaul nix flake and packages (#9032)

This commit is contained in:
Caleb Norton 2026-01-18 11:14:13 -06:00 committed by GitHub
parent 5009f10406
commit dac099a489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 212 additions and 653 deletions

View file

@ -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