diff options
author | regnat <rg@regnat.ovh> | 2022-03-04 10:47:58 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2022-03-07 10:09:10 +0100 |
commit | b44cebd1fd68f89bbc2317e2b7978042309e17bb (patch) | |
tree | 6944a745556f66df140e6d311bbd1e7d1c7668d0 | |
parent | 91635206c0d33f9862b788487aa8a056a791af94 (diff) |
Add a release-notes entry for the cli suggestions
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 7dd8387d8..1a74dec95 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -26,3 +26,6 @@ * Templates can now define a `welcomeText` attribute, which is printed out by `nix flake {init,new} --template <template>`. + +* Nix will now helpfully suggest some valid inputs when the user mistypes + something on the command-line |