Skip to content

Commit

Permalink
Add rules_shell init code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Dec 6, 2024
1 parent 3a33ff4 commit 11afac7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load("@rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")

rules_shell_dependencies()

rules_shell_toolchains()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
Expand Down

0 comments on commit 11afac7

Please sign in to comment.