bazel: enable bzlmod

This change enables bzlmod without migrating any dependencies.
Instead, WORKSPACE dependencies can be migrated one by one.
This commit is contained in:
Malte Poll 2024-05-22 13:25:35 +02:00
parent 71fe73a076
commit 14d9774c76
10 changed files with 33 additions and 33 deletions

View file

@ -1 +1 @@
"""This folder contains toolchain dependencies for the project. They are loaded by `WORKSPACE.bazel`."""
"""This folder contains toolchain dependencies for the project. They are loaded by `WORKSPACE.bzlmod`."""