Open manfredlift opened 4 days ago
No response
I'd like to provide a custom host node toolchain, but couldn't figure out the way to do it in bzlmod. For example with go it's very simple with:
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk") go_sdk.host()
What is the current behavior?
No response
Describe the feature
I'd like to provide a custom host node toolchain, but couldn't figure out the way to do it in bzlmod. For example with go it's very simple with: