about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorEven Brenden <evenbrenden@users.noreply.github.com>2024-04-06 10:02:46 +0200
committerEven Brenden <evenbrenden@users.noreply.github.com>2024-04-29 09:14:47 +0200
commit021a0ffe57d5d378c4075efe0af15f344d1b0604 (patch)
tree6d15c0594a1103841338eeb50197d1b20d95c744 /nixos/tests/all-tests.nix
parent0d28066770464d19d637f6e8e42e8688420b6ac6 (diff)
nixos/jotta-cli: init jotta-cli
See https://github.com/NixOS/nixpkgs/issues/300063.
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 6f78d68730c91..1540be565f84e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -446,6 +446,7 @@ in {
   jirafeau = handleTest ./jirafeau.nix {};
   jitsi-meet = handleTest ./jitsi-meet.nix {};
   jool = import ./jool.nix { inherit pkgs runTest; };
+  jotta-cli = handleTest ./jotta-cli.nix {};
   k3s = handleTest ./k3s {};
   kafka = handleTest ./kafka.nix {};
   kanidm = handleTest ./kanidm.nix {};