summaryrefslogtreecommitdiffstats
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-19 20:08:15 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-11-19 20:08:15 +0100
commitea7b8978ef9dc85c07080a0826ddf170df95a67f (patch)
tree829920e179a348da4dc214db52bbefcaab7e7044 /nixos/tests/all-tests.nix
parent45ed0b7018f0e2db1bb06fbc909b213077c29b17 (diff)
parent93b430bc6ba3c084d66f96546dd7b95a2835eceb (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 640cc84c8032..3c10d6215186 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -103,6 +103,7 @@ in
etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
fancontrol = handleTest ./fancontrol.nix {};
+ fcitx = handleTest ./fcitx {};
ferm = handleTest ./ferm.nix {};
firefox = handleTest ./firefox.nix {};
firefox-esr = handleTest ./firefox.nix { esr = true; };