You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$(printf '%s\n' "$nix_min_version" "$nix_version" | sort -V | head -n1)" != "$nix_min_version" ]; then
printf "\033[31mNix version %s is installed, but version %s or higher is required. Upgrade Nix using the package manager that you used to install it.\033[0m\n" "$nix_version" "$nix_min_version" >&2
exit 1
fi
else
printf "\nNix is not installed. Use the Determinate Nix Installer to install: https://github.com/DeterminateSystems/nix-installer" >&2
fi
# Check to ensure an up-to-date version of direnv is installed
if ! direnv_version 2.32.0; then
exit 1
fi
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then