aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2021-01-28 10:04:47 -0500
committerShea Levy <shea@shealevy.com>2021-02-24 08:25:45 -0500
commitf6c5b05488c588964f51ce97ad2c297fbca7ce96 (patch)
tree0d6d62aaa13ace160111c1c9580a9a7ccc6ba818 /doc/manual
parent98d1b64400cc7b75216fc885859883c707c18bef (diff)
Respect command registrations in plugins.
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/release-notes/rl-2.4.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-2.4.md b/doc/manual/src/release-notes/rl-2.4.md
index 26ba70904..f7ab9f6ad 100644
--- a/doc/manual/src/release-notes/rl-2.4.md
+++ b/doc/manual/src/release-notes/rl-2.4.md
@@ -5,3 +5,4 @@
to any command, including a subcommand to `nix`. For example,
`nix-instantiate default.nix --plugin-files ""` must now become
`nix-instantiate --plugin-files "" default.nix`.
+ - Plugins that add new `nix` subcommands are now actually respected.