nixos/lib/eval-config: Document the use of baseModules

Changed files
+2
nixos
+2
nixos/lib/eval-config.nix
···
# be set modularly anyway.
pkgs ? null
, # !!! what do we gain by making this configurable?
baseModules ? import ../modules/module-list.nix
, # !!! See comment about args in lib/modules.nix
extraArgs ? {}
···
# be set modularly anyway.
pkgs ? null
, # !!! 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
, # !!! See comment about args in lib/modules.nix
extraArgs ? {}