summary refs log tree commit diff
path: root/nixos/modules/i18n/input-method/fcitx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/i18n/input-method/fcitx.nix')
-rw-r--r--nixos/modules/i18n/input-method/fcitx.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/i18n/input-method/fcitx.nix b/nixos/modules/i18n/input-method/fcitx.nix
index 57960cc365b..7738581b893 100644
--- a/nixos/modules/i18n/input-method/fcitx.nix
+++ b/nixos/modules/i18n/input-method/fcitx.nix
@@ -40,4 +40,7 @@ in
     };
     services.xserver.displayManager.sessionCommands = "${fcitxPackage}/bin/fcitx";
   };
+
+  # uses attributes of the linked package
+  meta.buildDocsInSandbox = false;
 }