From e61febc5cb4dd1c19a05b294c31337dd396147a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 24 Apr 2020 09:43:09 +0200 Subject: [PATCH] nix: upgrade 2.3.2 > 2.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- nix/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/setup.sh b/nix/scripts/setup.sh index d13b08b32758..e5ad6f0a1861 100755 --- a/nix/scripts/setup.sh +++ b/nix/scripts/setup.sh @@ -3,7 +3,7 @@ GIT_ROOT=$(cd "${BASH_SOURCE%/*}" && git rev-parse --show-toplevel) source "${GIT_ROOT}/scripts/colors.sh" -NIX_VERSION="2.3.2" +NIX_VERSION="2.3.4" NIX_INSTALL_URL="https://nixos.org/releases/nix/nix-${NIX_VERSION}/install" function install_nix() {