Browse Source
Reference a local copy of the release notes in the 'version too old' warning, plus a redirect to the support links
nsd-state-dir
Graham Christensen
4 years ago
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C
1 changed files with
4 additions and
1 deletions
-
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 |
|
|
|