diff options
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index ae37ac3be..aacbdc86e 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1,5 +1,9 @@ # Release X.Y (202?-??-??) +* Nix will now make some helpful suggestions when you mistype + something on the command line. For instance, if you type `nix build + nixpkgs#thunderbrd`, it will suggest `thunderbird`. + * A number of "default" flake output attributes have been renamed. These are: @@ -27,6 +31,3 @@ * 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 |