Improve compatibility

This commit is contained in:
Pedro Alves 2021-02-08 20:01:20 +00:00
parent d88ea4211a
commit c490e4c59c

View file

@ -116,18 +116,18 @@ in
};
configure = mkOption {
type = types.attrsOf types.anything;
type = types.attrs;
default = { };
};
options = mkOption {
type = types.attrsOf types.anything;
type = types.attrs;
default = { };
description = "The configuration options, e.g. line numbers";
};
globals = mkOption {
type = types.attrsOf types.anything;
type = types.attrs;
default = { };
description = "Global variables";
};