From 79b97aab7f8540d6fc8311e8339761e8085d3e98 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 20:37:27 +0000 Subject: options.i18n.inputMethod.package: fix type (#43239) --- nixos/modules/i18n/input-method/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1