change type of extraParams from str to anything
This commit is contained in:
parent
d2a9a9a8cf
commit
a43abfdf0c
@ -90,7 +90,7 @@ in
|
|||||||
default = "solarized-dark";
|
default = "solarized-dark";
|
||||||
};
|
};
|
||||||
extraParams = mkOption {
|
extraParams = mkOption {
|
||||||
type = attrsOf str;
|
type = attrsOf anything;
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
defaultTemplateType = mkOption {
|
defaultTemplateType = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user