diff options
| author | lf- <lf-@users.noreply.github.com> | 2020-09-11 12:14:07 -0700 |
|---|---|---|
| committer | lf- <lf-@users.noreply.github.com> | 2020-09-11 12:14:07 -0700 |
| commit | 6ed65d9b5f5f40af285edb73577d2ec690d40237 (patch) | |
| tree | 8bf7454725afeaf6222a36c16bf7097c5a3aedf2 /default.nix | |
| parent | Merge pull request #97608 from ryneeverett/lxpanel-20.03-zhf (diff) | |
| download | nixpkgs-6ed65d9b5f5f40af285edb73577d2ec690d40237.tar.gz | |
docs: add -L to remaining curl install commands
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
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 |
