summary refs log tree commit diff
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix
index f836b07e335..f22c7661634 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -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;