mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
docs/installer: add correct curl flags
also see https://nixos.org/download.html
(cherry picked from commit 3685f4eec6)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
8397c94081
commit
4281bc6227
3 changed files with 6 additions and 6 deletions
|
|
@ -113,7 +113,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
|
|||
(
|
||||
echo ""
|
||||
echo "Installing on macOS >=10.15 requires relocating the store to an apfs volume."
|
||||
echo "Use sh <(curl https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually."
|
||||
echo "Use sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually."
|
||||
echo "See https://nixos.org/nix/manual/#sect-macos-installation"
|
||||
echo ""
|
||||
) >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue