tools/bazel: Allow direct invocation of bazel wrapper and add more docs
Change-Id: I5f03225fb3d5c0304e2f3843ac3d81af2d1b504e
Reviewed-on: https://review.monogon.dev/c/monogon/+/2384
Reviewed-by: Leopold Schabel <leo@monogon.tech>
Tested-by: Jenkins CI
diff --git a/SETUP.md b/SETUP.md
index 695dd47..88bf565 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -79,7 +79,7 @@
We fully support building on NixOS, and we provide a `shell.nix` file to make it easy. Just run `nix-shell` in the
project root! This will drop you into a shell with all dependencies installed, and you can run `bazel ...` as usual.
-If you're using IntelliJ, you have to run IntelliJ _inside_ the Nix shell.
+You can also execute tools/bazel directly on a system with Nix installed, as our bazel wrapper automatically switches into the environment created by our `shell.nix`.
## IntelliJ