mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 10:19:36 +01:00
421 B
421 B
Release 2.4 (202X-XX-XX)
- It is now an error to modify the
plugin-filessetting via a command-line flag that appears after the first non-flag argument to any command, including a subcommand tonix. For example,nix-instantiate default.nix --plugin-files ""must now becomenix-instantiate --plugin-files "" default.nix. - Plugins that add new
nixsubcommands are now actually respected.