forked from mirrors/nixpkgs
all-packages: use go 1.12 for bazel-watcher
This commit is contained in:
parent
9e5f063058
commit
01721f1449
|
@ -9283,7 +9283,9 @@ in
|
|||
|
||||
bazel-remote = callPackage ../development/tools/build-managers/bazel/bazel-remote { };
|
||||
|
||||
bazel-watcher = callPackage ../development/tools/bazel-watcher { };
|
||||
bazel-watcher = callPackage ../development/tools/bazel-watcher {
|
||||
go = go_1_12;
|
||||
};
|
||||
|
||||
bazelisk = callPackage ../development/tools/bazelisk { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue