diff --git a/nodejs/private/nodejs_toolchains_repo.bzl b/nodejs/private/nodejs_toolchains_repo.bzl index 26f46af76f..712679a975 100644 --- a/nodejs/private/nodejs_toolchains_repo.bzl +++ b/nodejs/private/nodejs_toolchains_repo.bzl @@ -83,7 +83,6 @@ def _resolved_toolchain_impl(ctx): resolved_toolchain = rule( implementation = _resolved_toolchain_impl, toolchains = ["@rules_nodejs//nodejs:toolchain_type"], - incompatible_use_toolchain_transition = True, ) """ repository_ctx.file("defs.bzl", starlark_content)