From 2862f4c772e3364dcbb4b6dbf2fc6a4461c12687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 21 Jun 2020 11:15:54 +0200 Subject: [PATCH] nix: upgrade 2.3.4 > 2.3.6 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 e5ad6f0a18..e07d5a225c 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.4" +NIX_VERSION="2.3.6" NIX_INSTALL_URL="https://nixos.org/releases/nix/nix-${NIX_VERSION}/install" function install_nix() {