Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crate_universe/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def _generate_hub_and_spokes(
)

# The workspace root when one is explicitly provided.
nonhermetic_root_bazel_workspace_dir = module_ctx.path(Label("@@//:MODULE.bazel")).dirname
nonhermetic_root_bazel_workspace_dir = module_ctx.path(Label("@@//:BUILD")).dirname

# If re-pinning is enabled, gather additional inputs for the generator
kwargs = dict()
Expand Down