We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63431fd commit 5c29155Copy full SHA for 5c29155
WORKSPACE
@@ -10,6 +10,10 @@ load("@bazel_features//:deps.bzl", "bazel_features_deps")
10
11
bazel_features_deps()
12
13
+load("@rules_shell//shell:repositories.bzl", "rules_shell_toolchains")
14
+
15
+rules_shell_toolchains()
16
17
# @rules_python configuration for local python runtime / toolchain.
18
#
19
# py_repositories() creates internal repositories for python, and use of rules_python
0 commit comments