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

volth 79b97aab b32b22e2

Changed files
+1 -1
nixos
modules
i18n
input-method
+1 -1
nixos/modules/i18n/input-method/default.nix
···
package = mkOption {
internal = true;
-
type = types.path;
+
type = types.nullOr types.path;
default = null;
description = ''
The input method method package.