about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2019-06-27 08:56:10 -0700
committerEmery Hemingway <ehmry@posteo.net>2019-10-26 13:51:31 +0200
commitb8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a (patch)
tree486b6c9c1ece5156447495000ed2cb6f011525f7 /nixos/tests/all-tests.nix
parent3cc9bcb3386cec3a29af58cf361da2dc2fad7164 (diff)
downloadnixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar.gz
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar.bz2
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar.lz
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar.xz
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.tar.zst
nixlib-b8cb8c39d6aa8a8e9ec9a95f95dd480478b60f4a.zip
nixos/yggdrasil: add service
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 ea1490ad13a9..10564e063c69 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -293,5 +293,6 @@ in
   xrdp = handleTest ./xrdp.nix {};
   xss-lock = handleTest ./xss-lock.nix {};
   yabar = handleTest ./yabar.nix {};
+  yggdrasil = handleTest ./yggdrasil.nix {};
   zookeeper = handleTest ./zookeeper.nix {};
 }