summaryrefslogtreecommitdiffstats
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 2e44dd5472ee..694e800f5092 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -662,15 +662,6 @@ rec {
};
})
tags;
- substSubModules = m:
- attrTag
- (mapAttrs
- (n: opt:
- opt // {
- type = (opt.type or types.unspecified).substSubModules m;
- }
- )
- tags);
check = v: isAttrs v && length (attrNames v) == 1 && tags?${head (attrNames v)};
merge = loc: defs:
let