Document and rename internal option of modules.

This commit is contained in:
Nicolas B. Pierron
2015-03-15 14:45:42 +01:00
parent ed91474e9b
commit 05e8a48fb4
7 changed files with 23 additions and 24 deletions
-1
View File
@@ -200,7 +200,6 @@ rec {
modules = opts' ++ map (def: { _file = def.file; imports = [(coerce def.value)]; }) defs;
in (evalModules {
inherit modules;
# !!! See comment about args in lib/modules.nix
args.name = last loc;
prefix = loc;
}).config;