| # https://docs.bazel.build/versions/main/best-practices.html#using-the-bazelrc-file | |
| try-import %workspace%/user.bazelrc | |
| # This example is WORKSPACE specific. The equivalent functionality | |
| # is in examples/bzlmod as the `whl_mods` feature. | |
| build --experimental_enable_bzlmod=false |