Fix local path to release notes in error message

The error message when produced when Nix is too old refers the user to a local
copy of the NixOS release notes, but the provided path is incorrect.
This commit is contained in:
Thomas Tuegel 2018-10-08 05:43:15 -05:00
parent 9b90356044
commit 9da2134cfa
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins.
For more information, please see the NixOS release notes at
https://nixos.org/nixos/manual or locally at
${toString ./doc/manual/release-notes}.
${toString ./nixos/doc/manual/release-notes}.
If you need further help, see https://nixos.org/nixos/support.html
''