···2829let
30 # To update the lockfile, run
31- # nix-shell -A bazel_7.tests.vanilla.protobuf
32- # genericBuild (wait a bit for failure, or kill it)
33- # rm -rfffffffff MODULE.bazel.lock
34- # bazel mod deps --lockfile_mode=update
35- # cp MODULE.bazel.lock $HERE/tests.MODULE.bazel.lock
36- lockfile = ./tests.MODULE.bazel.lock;
3738 protocbufRepoCache = callPackage ./bazel-repository-cache.nix {
39 # We are somewhat lucky that bazel's own lockfile works for our tests.
···2829let
30 # To update the lockfile, run
31+ # $ nix-shell -A bazel_7.tests.vanilla.protobuf
32+ # [nix-shell]$ genericBuild # (wait a bit for failure, or kill it)
33+ # [nix-shell]$ rm -f MODULE.bazel.lock
34+ # [nix-shell]$ bazel mod deps --lockfile_mode=update
35+ # [nix-shell]$ cp MODULE.bazel.lock $HERE/protobuf-test.MODULE.bazel.lock
36+ lockfile = ./protobuf-test.MODULE.bazel.lock;
3738 protocbufRepoCache = callPackage ./bazel-repository-cache.nix {
39 # We are somewhat lucky that bazel's own lockfile works for our tests.