about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBenjamin Lee <benjamin@computer.surgery>2023-10-01 17:56:37 -0700
committerBenjamin Lee <benjamin@computer.surgery>2024-04-07 13:45:47 -0700
commite9fed4bcad77e0d04a77a42886d51282f96c2163 (patch)
treececd637d12f33c2aa137152a1ce18c830e505aea /nixos/tests/all-tests.nix
parentd772ac182f949c6290b95b7ac6cd24265598d961 (diff)
nixos/soju: add tests
For now, just try creating a user with sojuctl. Actually connecting an
irc client is pretty annoying.
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 cc8f5959f006d..816fa3b8cd84a 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -821,6 +821,7 @@ in {
   soapui = handleTest ./soapui.nix {};
   soft-serve = handleTest ./soft-serve.nix {};
   sogo = handleTest ./sogo.nix {};
+  soju = handleTest ./soju.nix {};
   solanum = handleTest ./solanum.nix {};
   sonarr = handleTest ./sonarr.nix {};
   sonic-server = handleTest ./sonic-server.nix {};