The wish here would be to add support for inheriting / recognizing UV env vars as described at https://docs.astral.sh/uv/reference/environment So, for example, I could have a ```sh common --repo_env=UV_DEFAULT_INDEX=https://artifactory.corp.net/artifactory/api/pypi/pypi/simple ``` Inspirations from `rules_go` and `gazelle`: https://github.com/bazel-contrib/bazel-gazelle/blob/0990b28954080252c89369d7a27176aee7381ab5/internal/go_repository.bzl#L220 https://github.com/bazel-contrib/rules_go/blob/7bf46c13dbb1556df1ca58cdd632b717670a3280/tests/bcr/go_tool_test.sh#L17 https://github.com/bazel-contrib/rules_go/pull/3909
The wish here would be to add support for inheriting / recognizing UV env vars as described at https://docs.astral.sh/uv/reference/environment
So, for example, I could have a
Inspirations from
rules_goandgazelle:https://github.com/bazel-contrib/bazel-gazelle/blob/0990b28954080252c89369d7a27176aee7381ab5/internal/go_repository.bzl#L220
https://github.com/bazel-contrib/rules_go/blob/7bf46c13dbb1556df1ca58cdd632b717670a3280/tests/bcr/go_tool_test.sh#L17
bazel-contrib/rules_go#3909