Skip to content

Commit 484328f

Browse files
try native toolchain on darwin
1 parent 7771c55 commit 484328f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shell.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkShell {
1313
LANG="C.UTF-8";
1414

1515
buildInputs = [
16-
bazel_7
16+
bazel_6
1717
git
1818
gnused
1919
nix
@@ -26,6 +26,8 @@ mkShell {
2626
glibcLocales
2727
# to avoid CA certificate failures on macOS CI
2828
cacert
29+
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30+
darwin.cctools
2931
];
3032

3133
shellHook = ''

0 commit comments

Comments
 (0)