summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2021-05-30 17:32:41 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2021-09-21 09:22:47 +0200
commitc4d18b307115989c4198b2a0795f6367194ae513 (patch)
tree4a738f2da51e84e0548139e15204033818e6b3db /nixos/tests/all-tests.nix
parentb8448def21e5c02728548a5a50236c0e4b5ba80d (diff)
downloadnixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar.gz
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar.bz2
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar.lz
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar.xz
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.tar.zst
nixpkgs-c4d18b307115989c4198b2a0795f6367194ae513.zip
nixos/pantalaimon: add test
Co-authored-by: sumnerevans <me@sumnerevans.com>
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 325caba07ea..579f89e03d2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -336,6 +336,7 @@ in
   packagekit = handleTest ./packagekit.nix {};
   pam-oath-login = handleTest ./pam-oath-login.nix {};
   pam-u2f = handleTest ./pam-u2f.nix {};
+  pantalaimon = handleTest ./matrix/pantalaimon.nix {};
   pantheon = handleTest ./pantheon.nix {};
   paperless-ng = handleTest ./paperless-ng.nix {};
   parsedmarc = handleTest ./parsedmarc {};