options.i18n.inputMethod.package: fix type (#43239)
This commit is contained in:
parent
b32b22e245
commit
79b97aab7f
@ -50,7 +50,7 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
type = types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
The input method method package.
|
The input method method package.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user