Skip to content

Commit

Permalink
feat: declare host_repo in bzlmod extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Feb 19, 2023
1 parent 8833c8e commit 677a1b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ load(
"register_jq_toolchains",
"register_yq_toolchains",
)
load("//lib/private:host_repo.bzl", "host_repo")

def _toolchain_extension(_):
register_copy_directory_toolchains(register = False)
register_copy_to_directory_toolchains(register = False)
register_jq_toolchains(register = False)
register_yq_toolchains(register = False)
host_repo(name = "aspect_bazel_lib_host")

# TODO: some way for users to control repo name/version of the tools installed
ext = module_extension(
Expand Down

0 comments on commit 677a1b8

Please sign in to comment.