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 {
internal = true;
type = types.path;
type = types.nullOr types.path;
default = null;
description = ''
The input method method package.