We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7771c55 commit 484328fCopy full SHA for 484328f
shell.nix
@@ -13,7 +13,7 @@ mkShell {
13
LANG="C.UTF-8";
14
15
buildInputs = [
16
- bazel_7
+ bazel_6
17
git
18
gnused
19
nix
@@ -26,6 +26,8 @@ mkShell {
26
glibcLocales
27
# to avoid CA certificate failures on macOS CI
28
cacert
29
+ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30
+ darwin.cctools
31
];
32
33
shellHook = ''
0 commit comments