options.i18n.inputMethod.package: fix type (#43239)

This commit is contained in:
volth 2018-07-09 20:37:27 +00:00 committed by xeji
parent b32b22e245
commit 79b97aab7f

View File

@ -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.