summary refs log tree commit diff
path: root/nixos/modules/i18n/input-method/kime.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/i18n/input-method/kime.nix')
-rw-r--r--nixos/modules/i18n/input-method/kime.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/kime.nix b/nixos/modules/i18n/input-method/kime.nix
index e462cae2437..729a665614a 100644
--- a/nixos/modules/i18n/input-method/kime.nix
+++ b/nixos/modules/i18n/input-method/kime.nix
@@ -45,5 +45,7 @@ in
 
     environment.etc."xdg/kime/config.yaml".text = replaceStrings [ "\\\\" ] [ "\\" ] (builtins.toJSON cfg.config);
   };
-}
 
+  # uses attributes of the linked package
+  meta.buildDocsInSandbox = false;
+}