about summary refs log tree commit diff
path: root/nixos/tests/installed-tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-05 18:01:15 +0000
committerGitHub <noreply@github.com>2022-09-05 18:01:15 +0000
commit1fcb01e5470d1afadd0bc41361937db1f3d64480 (patch)
tree443519cc2197ae89648c3aa0c65427b8157873c1 /nixos/tests/installed-tests
parentdc6009a52776d3ea653638fc59277887ba993ee3 (diff)
parentb68f057782ccff9b3e6411ca0f02ea495e66b08f (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/tests/installed-tests')
-rw-r--r--nixos/tests/installed-tests/ibus.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/ibus.nix b/nixos/tests/installed-tests/ibus.nix
index a4bc2a7d7de0b..028c20c29f2d6 100644
--- a/nixos/tests/installed-tests/ibus.nix
+++ b/nixos/tests/installed-tests/ibus.nix
@@ -4,6 +4,7 @@ makeInstalledTest {
   tested = pkgs.ibus;
 
   testConfig = {
+    i18n.supportedLocales = [ "all" ];
     i18n.inputMethod.enabled = "ibus";
     systemd.user.services.ibus-daemon = {
       serviceConfig.ExecStart = "${pkgs.ibus}/bin/ibus-daemon --xim --verbose";