nix: Upgrade 2.3.1 > 2.3.2
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2896831b9d
commit
b31bebdbd9
|
@ -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}**********************************************************************************************************"
|
||||
|
|
Loading…
Reference in New Issue