blob: f009c1b72bbba54f201276e20b5dc2c0646e382d [file]
# This content is generated by {GENERATOR}
load("@rules_pkg//toolchains/git:git.bzl", "git_toolchain")
git_toolchain(
name = "git_auto",
# path to git executable
path = "{GIT_PATH}",
# path to the top of the git client (but really any folder under it)
client_top = "{GIT_ROOT}",
)
toolchain(
name = "git_auto_toolchain",
toolchain = ":git_auto",
toolchain_type = "@rules_pkg//toolchains/git:git_toolchain_type",
)