diff options
| author | Graham Christensen <graham@grahamc.com> | 2018-08-30 09:05:57 -0400 |
|---|---|---|
| committer | Graham Christensen <graham@grahamc.com> | 2018-08-30 09:05:57 -0400 |
| commit | a6a0005fed854c711d7efafdd4ddc9e681a44cec (patch) | |
| tree | 33990b75b6d739b0075441c615ad09509259680c /default.nix | |
| parent | Reference release notes in the 'version too old' warning (diff) | |
| download | nixpkgs-a6a0005fed854c711d7efafdd4ddc9e681a44cec.tar.gz | |
Reference a local copy of the release notes in the 'version too old' warning, plus a redirect to the support links
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 2070f648b9a9..f4b2640ac5a0 100644 --- a/default.nix +++ b/default.nix @@ -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 |
