Skip to content

Commit

Permalink
Update bzlmod example to be able to use toolchain (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfroment authored Sep 25, 2024
1 parent 850c799 commit ac66781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ buf.dependency(module = "buf.build/acme/petapis:7abdb7802c8f4737a1a23a35ca8266ef

# Allow references to labels under @buf_deps
use_repo(buf, "buf_deps")
# Allow people to use `bazel run @rules_buf_toolchains//:buf -- --version`
use_repo(buf, "rules_buf_toolchains")

0 comments on commit ac66781

Please sign in to comment.