bazel: fix sandbox execution
Bazel runs actions in a sandbox by default on Darwin and Linux. However, the sandboxing was always and *silently* disabled previously, because a Bazel feature test was always failing. The feature test involved running `/bin/true` inside a sandbox. But on NixOS, `/bin/true` does not exist...
parent
a5a537d5
Please register or sign in to comment