mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
treewide: replace attrs by formats or types.anything
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user