From b39edc32564fd4848b84e429a162e2c7aefd6692 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Tue, 13 Sep 2022 20:30:32 +0200 Subject: [PATCH] shell.nix: pin bazel version Change-Id: I34e665bf19069162a5ee671147eaf057a26e6381 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1388 Reviewed-by: q3k --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2cc18f2c..5dd597b7 100644 --- a/shell.nix +++ b/shell.nix @@ -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