summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorNazarii Bardiuk <nazarii@bardiuk.com>2019-04-29 21:46:00 +0100
committerNazarii Bardiuk <nazarii@bardiuk.com>2019-07-16 23:12:16 +0100
commit976928daa2bf3f33792eb6878569153c763a40d4 (patch)
tree25e6847d3b7bad3fbab75b98693265d2da07c840 /nixos/tests/all-tests.nix
parentc7a4a0c852e73615be5cf75ba067547b00048174 (diff)
downloadnixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar.gz
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar.bz2
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar.lz
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar.xz
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.tar.zst
nixpkgs-976928daa2bf3f33792eb6878569153c763a40d4.zip
nixos/tiddlywiki: init
Service that runs TiddlyWiki nodejs server
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 359f62751b9..363cd640c21 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -245,6 +245,7 @@ in
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};
+  tiddlywiki = handleTest ./tiddlywiki.nix {};
   tinydns = handleTest ./tinydns.nix {};
   tomcat = handleTest ./tomcat.nix {};
   tor = handleTest ./tor.nix {};