From b31bebdbd97a51a0ff83d7d9fbf2e735466f748b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 17 Jan 2020 16:44:31 +0100 Subject: [PATCH] nix: Upgrade 2.3.1 > 2.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- scripts/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup b/scripts/setup index 0b3a9bd826..c015e5dd06 100755 --- a/scripts/setup +++ b/scripts/setup @@ -35,7 +35,7 @@ $GIT_ROOT/scripts/inotify_fix.sh setup_header "Installing requirements..." if [ "$IN_NIX_SHELL" != 'pure' ] && ! is_nixos && ! program_exists nix; then - required_version="2.3.1" + required_version="2.3.2" NIX_INSTALLER_NO_MODIFY_PROFILE=1 NIX_IGNORE_SYMLINK_STORE=1 bash <(curl https://nixos.org/releases/nix/nix-${required_version}/install) --no-daemon if [ $? -eq 0 ]; then echo -e "${YELLOW}**********************************************************************************************************"