From 924725cc9a8a5342f696fde96077370035279515 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 13 Dec 2021 14:09:04 +0100 Subject: [PATCH] bazel: add README file to point to the maintainers team. --- pkgs/development/tools/build-managers/bazel/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/development/tools/build-managers/bazel/README.md diff --git a/pkgs/development/tools/build-managers/bazel/README.md b/pkgs/development/tools/build-managers/bazel/README.md new file mode 100644 index 000000000000..69ec0e30e157 --- /dev/null +++ b/pkgs/development/tools/build-managers/bazel/README.md @@ -0,0 +1,7 @@ +# The Bazel build tool + +https://bazel.build/ + +The bazel tool requires regular maintenance, especially under darwin, so we created a maintainers team. + +Please ping @NixOS/bazel in your github PR/issue to increase your chance of a quick turnaround, thanks!