treewide: replace attrs by formats or types.anything
This commit is contained in:
parent
c1faa848c5
commit
44f9d68d8c
20 changed files with 134 additions and 64 deletions
|
|
@ -101,7 +101,7 @@ let
|
|||
};
|
||||
|
||||
contents = mkOption {
|
||||
type = types.attrs;
|
||||
type = types.attrsOf types.anything;
|
||||
default = { };
|
||||
description = ''
|
||||
Configuration to include. If empty then a path must be given.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue