summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorlf- <lf-@users.noreply.github.com>2020-09-11 12:14:07 -0700
committerlf- <lf-@users.noreply.github.com>2020-09-11 12:14:07 -0700
commit6ed65d9b5f5f40af285edb73577d2ec690d40237 (patch)
tree8bf7454725afeaf6222a36c16bf7097c5a3aedf2 /default.nix
parent2e7fcfd5b232e05e15212c28b896f6f0dbe99447 (diff)
docs: add -L to remaining curl install commands
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index a74a01719c73..faed7e263540 100644
--- a/default.nix
+++ b/default.nix
@@ -14,7 +14,7 @@ if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins.
- If you installed Nix using the install script (https://nixos.org/nix/install),
it is safe to upgrade by running it again:
- curl https://nixos.org/nix/install | sh
+ curl -L https://nixos.org/nix/install | sh
For more information, please see the NixOS release notes at
https://nixos.org/nixos/manual or locally at