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

This commit is contained in:
Robert Hensing 2022-06-22 01:01:34 +02:00
parent 57ac9dd3ae
commit 5297d584bc

View file

@ -17,6 +17,8 @@ evalConfigArgs@
# 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 ? {}