summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2018-10-08 05:43:15 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2018-10-08 05:43:15 -0500
commit9da2134cfa704b4862046b0d9e46f9fe791c3fa6 (patch)
tree6c0a2af942e5010616e877745e3de04461742556
parent9b903560449bea3eb572b87e89635af9734fffd1 (diff)
downloadnixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar.gz
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar.bz2
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar.lz
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar.xz
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.tar.zst
nixpkgs-9da2134cfa704b4862046b0d9e46f9fe791c3fa6.zip
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.
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index f4b2640ac5a..a74a01719c7 100644
--- a/default.nix
+++ b/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
   ''