constellation/bazel/toolchains/multirun_deps.bzl
Paul Meyer 02c97fac03 bazel: add tidy and check
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-14 03:43:51 -04:00

11 lines
308 B
Python

"""multirun_deps"""
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
def multirun_deps():
git_repository(
name = "com_github_ash2k_bazel_tools",
commit = "4e045b9b4e3e613970ab68941b556a356239d433",
remote = "https://github.com/ash2k/bazel-tools.git",
)