mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Respect command registrations in plugins.
This commit is contained in:
parent
98d1b64400
commit
f6c5b05488
3 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue