add success log and reinvoke script after Nix installation
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
783d1bac25
commit
852c5ebef8
4
setup.sh
4
setup.sh
@ -299,6 +299,10 @@ install_nix() {
|
|||||||
if ! sh <(curl -L https://nixos.org/nix/install) --daemon; then
|
if ! sh <(curl -L https://nixos.org/nix/install) --daemon; then
|
||||||
die "Failed to install Nix"
|
die "Failed to install Nix"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
log_success "Nix has been installed. We're reinvoking the script to continue setup."
|
||||||
|
curl -L https://df.mvl.sh | bash
|
||||||
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_symlinks() {
|
setup_symlinks() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user