Update the install URL (#95)

* Update the install URL

* Add a try it section to the readme

* Prune newline
This commit is contained in:
Ana Hobden 2022-12-06 17:59:25 -08:00 committed by GitHub
parent 5bad0ec1f5
commit f0f1171026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@
Harmonic is an opinionated, experimental Nix installer.
> Try it on a machine/VM you don't care about!
>
> ```bash
> curl -L https://install.determinate.systems/nix | sh -s install
> ```
## Status
Harmonic is **pre-release and experimental**. It is not ready for you to use! *Please* don't use it on a machine you are not planning to obliterate!

View file

@ -22,7 +22,7 @@ fi
set -u
# If NIX_INSTALL_UPDATE_ROOT is unset or empty, default it.
NIX_INSTALL_UPDATE_ROOT="${NIX_INSTALL_UPDATE_ROOT:-https://install.determinate.systems}"
NIX_INSTALL_UPDATE_ROOT="${NIX_INSTALL_UPDATE_ROOT:-https://install.determinate.systems/nix}"
main() {
downloader --check