nix: include bazel 6.0.0 (#47107)

Things seem to be progressing fast, lets get bazel installed for the nix
users. One downside is this adds a huge amount of stuff to fetch from
the cache (I'm looking at you java headless sdk).

Test Plan: nix develop followed by bazel version working.
This commit is contained in:
Keegan Carruthers-Smith 2023-01-30 16:16:41 +02:00 committed by GitHub
parent 64e04105b6
commit b4a20e90ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1673704454,
"narHash": "sha256-5Wdj1MgdOgn3+dMFIBtg+IAYZApjF8JzwLWDPieg0C4=",
"lastModified": 1674971084,
"narHash": "sha256-YxBWj2t75Jun+NJUwr2vvtcfLwvGcazSo+pnNxpt+tU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a83ed85c14fcf242653df6f4b0974b7e1c73c6c6",
"rev": "22c4a7a4796a91c297a7e59078a84ec29515f86e",
"type": "github"
},
"original": {

View File

@ -68,6 +68,9 @@ pkgs.mkShell {
rustfmt
libiconv
clippy
# The future?
bazel_6
];
# Startup postgres