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.
wip/yesman
Thomas Tuegel 6 years ago
parent 9b90356044
commit 9da2134cfa
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 2
      default.nix

@ -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
''

Loading…
Cancel
Save