summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-09 20:37:27 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 22:37:27 +0200
commit79b97aab7f8540d6fc8311e8339761e8085d3e98 (patch)
treeee70e6b5533b38b80d60688a20c8535a557115c9
parentb32b22e245033b22ade1bc3d24d8280fbe1ea66b (diff)
downloadnixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar.gz
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar.bz2
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar.lz
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar.xz
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.tar.zst
nixpkgs-79b97aab7f8540d6fc8311e8339761e8085d3e98.zip
options.i18n.inputMethod.package: fix type (#43239)
-rw-r--r--nixos/modules/i18n/input-method/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/default.nix b/nixos/modules/i18n/input-method/default.nix
index 7ed4a584d64..9548a249efa 100644
--- a/nixos/modules/i18n/input-method/default.nix
+++ b/nixos/modules/i18n/input-method/default.nix
@@ -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.