about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-25 10:23:06 +0800
committerGitHub <noreply@github.com>2023-03-25 10:23:06 +0800
commit851cd65a218451d9bea186f849a57ebb688c4e03 (patch)
tree9c9c625799429903661391c74b7e5d2a491029bd /nixos/modules/rename.nix
parent8f40f2f90b9c9032d1b824442cfbbe0dbabd0dbd (diff)
parentf95c20d77d5275a0fe4d2809bbb6e10d5492b93f (diff)
downloadnixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar.gz
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar.bz2
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar.lz
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar.xz
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.tar.zst
nixlib-851cd65a218451d9bea186f849a57ebb688c4e03.zip
Merge pull request #220776 from Vonfry/deprecated/fcitx4
fcitx: remove version 4
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 2849b23fa2cb..158c7934195b 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -107,6 +107,8 @@ with lib;
     (mkRemovedOptionModule [ "services" "riak" ] "The corresponding package was removed from nixpkgs.")
     (mkRemovedOptionModule [ "services" "cryptpad" ] "The corresponding package was removed from nixpkgs.")
 
+    (mkRemovedOptionModule [ "i18n" "inputMethod" "fcitx" ] "The fcitx module has been removed. Plesae use fcitx5 instead")
+
     # Do NOT add any option renames here, see top of the file
   ];
 }