0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

modules: Document that extendModules is also a module argument

This commit is contained in:
Robert Hensing 2021-11-22 14:39:44 +01:00
parent 42133e8451
commit 426ab31fde

View file

@ -74,6 +74,8 @@ rec {
override existing configuration fundamentally requires a new
fixpoint to be constructed.
This is also available as a module argument.
_module: A portion of the configuration tree which is elided from
config. It contains some values that are mostly internal to the
module system implementation.