lib: remove listOrDagOf type
It has been deprecated for a long time and should be safe to remove.
This commit is contained in:
parent
24d590cc32
commit
79e03fbe24
6 changed files with 2 additions and 104 deletions
|
|
@ -482,7 +482,7 @@ in
|
|||
};
|
||||
|
||||
matchBlocks = mkOption {
|
||||
type = hm.types.listOrDagOf matchBlockModule;
|
||||
type = hm.types.dagOf matchBlockModule;
|
||||
default = {};
|
||||
example = literalExpression ''
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue