lib: remove listOrDagOf type

It has been deprecated for a long time and should be safe to remove.
This commit is contained in:
Robert Helgesson 2023-06-04 09:49:30 +02:00
parent 24d590cc32
commit 79e03fbe24
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
6 changed files with 2 additions and 104 deletions

View file

@ -482,7 +482,7 @@ in
};
matchBlocks = mkOption {
type = hm.types.listOrDagOf matchBlockModule;
type = hm.types.dagOf matchBlockModule;
default = {};
example = literalExpression ''
{