treewide: replace attrs by formats or types.anything

This commit is contained in:
Nicolas Berbiche
2020-11-29 21:54:55 -05:00
parent c1faa848c5
commit 44f9d68d8c
20 changed files with 134 additions and 64 deletions

View File

@@ -23,7 +23,7 @@ in {
config = mkOption {
default = { };
type = types.attrs;
type = types.attrsOf types.anything;
description = ''
Add terms to the <filename>matplotlibrc</filename> file to
control the default matplotlib behavior.