Skip to content

Commit

Permalink
Use bazel_6 and openjdk11_headless from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 4, 2023
1 parent 8868149 commit eab7099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ mkShell {
# will be catched earlier
# See: https://github.com/bazelbuild/bazel/issues/4231
BAZEL_USE_CPP_ONLY_TOOLCHAIN=1;
buildInputs = [
bazel_4
packages = [
bazel_6
binutils
cacert
diffutils # for buildifier-diff
git
nix
openjdk11
openjdk11_headless
python3
# convenience dependencies
less
Expand Down

0 comments on commit eab7099

Please sign in to comment.