aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-04-25 01:23:49 +0900
committermidchildan <git@midchildan.org>2022-04-25 02:21:41 +0900
commitc67d8876c34bdcfbc0d3ea9e68e68dc90fbdaeac (patch)
tree5ac896d4754e4b18854fa9a0af5ea1bbff35ea9c /doc
parent7f814d6d9af9d78f922d59115a94078f807676a8 (diff)
feat: add integration with zsh's run-help
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 06c2583c9..7b3ad4e58 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,5 +1,10 @@
# Release X.Y (202?-??-??)
+* Nix now provides better integration with zsh's run-help feature. It is now
+ included in the Nix installation in the form of an autoloadable shell
+ function, run-help-nix. It picks up Nix subcommands from the currently typed
+ in command and directs the user to the associated man pages.
+
* `nix repl` has a new build-'n-link (`:bl`) command that builds a derivation
while creating GC root symlinks.