diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-07 19:47:45 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-07 19:47:45 +0100 |
commit | 30ddd37873a7ce0e6a8c884e03c6ebc52ea816a6 (patch) | |
tree | 28bd8f3fe7ef3d17d5cb38a9c0c64ac1b81891d0 /doc/manual/src | |
parent | 60a68a4fee05f0dd510afcd393463e847e3c4488 (diff) | |
parent | dcf4f77fac8bc214afd4851b367ce386f0a34658 (diff) |
Merge branch 'cli-suggestions' of https://github.com/thufschmitt/nix
Diffstat (limited to 'doc/manual/src')
-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 80a20278e..ae37ac3be 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -27,3 +27,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 |