refactor: update Nix installation process to download and execute installer script
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
This commit is contained in:
parent
46afabbae7
commit
089010b33c
5
setup.sh
5
setup.sh
@ -136,7 +136,10 @@ install_nix() {
|
||||
fi
|
||||
|
||||
log_info "Nix not detected, installing Nix..."
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh install || die "Failed to install Nix"
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix -o install-nix.sh || \
|
||||
die "Failed to download Nix installer"
|
||||
|
||||
sh install-nix.sh install || die "Failed to install Nix"
|
||||
|
||||
log_success "Nix has been installed. Please open a new shell and re-run the script."
|
||||
log_info "'~/dotfiles/setup.sh --continue' to continue setup."
|
||||
|
Loading…
x
Reference in New Issue
Block a user