shell.nix: pin bazel version

Change-Id: I34e665bf19069162a5ee671147eaf057a26e6381
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1388
Reviewed-by: q3k <q3k@hackerspace.pl>
master
informatic 2022-09-13 20:30:32 +02:00 committed by informatic
parent 3c31f32307
commit b39edc3256
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ in with hscloud.pkgs; let
in (pkgs.buildFHSUserEnv {
name = "hscloud-build";
targetPkgs = pkgs: with pkgs; [
bazel
bazel_4
postgresql
python38
openjdk11