chore: declare extension repos on single line
This commit is contained in:
parent
83fb3050c2
commit
fff5f10ad8
|
@ -13,10 +13,7 @@ bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0")
|
|||
|
||||
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext")
|
||||
|
||||
use_repo(ext, "copy_directory_toolchains")
|
||||
use_repo(ext, "copy_to_directory_toolchains")
|
||||
use_repo(ext, "jq_toolchains")
|
||||
use_repo(ext, "yq_toolchains")
|
||||
use_repo(ext, "copy_directory_toolchains", "copy_to_directory_toolchains", "jq_toolchains", "yq_toolchains")
|
||||
|
||||
register_toolchains(
|
||||
"@copy_directory_toolchains//:all",
|
||||
|
|
Loading…
Reference in New Issue