options.i18n.inputMethod.package: fix type (#43239)
volth 7 years ago 79b97aab b32b22e2
··· 50 50 51 51 package = mkOption { 52 52 internal = true; 53 53 - type = types.path; 53 53 + type = types.nullOr types.path; 54 54 default = null; 55 55 description = '' 56 56 The input method method package.