mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
docs+test: fix remaining installer downloads without -L (#4006)
Co-authored-by: lf- <lf-@users.noreply.github.com>
This commit is contained in:
parent
e1f2c93f88
commit
7cb5f643a6
3 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ features:
|
|||
- The binary tarball installer has been improved. You can now install
|
||||
Nix by running:
|
||||
|
||||
$ bash <(curl https://nixos.org/nix/install)
|
||||
$ bash <(curl -L https://nixos.org/nix/install)
|
||||
|
||||
- More evaluation errors include position information. For instance,
|
||||
selecting a missing attribute will print something like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue