From 9da2134cfa704b4862046b0d9e46f9fe791c3fa6 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 8 Oct 2018 05:43:15 -0500 Subject: [PATCH] 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. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''