mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
nixos/lib/eval-config: Document the use of baseModules
This commit is contained in:
parent
57ac9dd3ae
commit
5297d584bc
@ -17,6 +17,8 @@ evalConfigArgs@
|
|||||||
# be set modularly anyway.
|
# be set modularly anyway.
|
||||||
pkgs ? null
|
pkgs ? null
|
||||||
, # !!! what do we gain by making this configurable?
|
, # !!! what do we gain by making this configurable?
|
||||||
|
# we can add modules that are included in specialisations, regardless
|
||||||
|
# of inheritParentConfig.
|
||||||
baseModules ? import ../modules/module-list.nix
|
baseModules ? import ../modules/module-list.nix
|
||||||
, # !!! See comment about args in lib/modules.nix
|
, # !!! See comment about args in lib/modules.nix
|
||||||
extraArgs ? {}
|
extraArgs ? {}
|
||||||
|
Loading…
Reference in New Issue
Block a user