forked from mirrors/nixpkgs
Reference a local copy of the release notes in the 'version too old' warning, plus a redirect to the support links
This commit is contained in:
parent
d8f5f49dfe
commit
a6a0005fed
|
@ -17,7 +17,10 @@ if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins.
|
|||
curl https://nixos.org/nix/install | sh
|
||||
|
||||
For more information, please see the NixOS release notes at
|
||||
https://nixos.org/nixos/manual.
|
||||
https://nixos.org/nixos/manual or locally at
|
||||
${toString ./doc/manual/release-notes}.
|
||||
|
||||
If you need further help, see https://nixos.org/nixos/support.html
|
||||
''
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue