add success log and reinvoke script after Nix installation
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
Menno van Leeuwen 2025-01-15 11:55:27 +01:00
parent 783d1bac25
commit 852c5ebef8
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -299,6 +299,10 @@ install_nix() {
if ! sh <(curl -L https://nixos.org/nix/install) --daemon; then
die "Failed to install Nix"
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() {