about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-10-25 15:14:57 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-25 16:19:41 +0200
commit3461ec2ffdd51f298d9dd520974d998b153b3b6f (patch)
tree82d10bb0a991d10cd4a411bdb02130275d8893f4 /nixos/tests/all-tests.nix
parenta66e5106fd07bbf1d240dec02d9e50da153fe983 (diff)
downloadnixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar.gz
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar.bz2
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar.lz
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar.xz
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.tar.zst
nixlib-3461ec2ffdd51f298d9dd520974d998b153b3b6f.zip
nixos/gotify: init module and test
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 e94c9712cbfa..694376b9d367 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -93,6 +93,7 @@ in
   fsck = handleTest ./fsck.nix {};
   fwupd = handleTestOn ["x86_64-linux"] ./fwupd.nix {}; # libsmbios is unsupported on aarch64
   gdk-pixbuf = handleTest ./gdk-pixbuf.nix {};
+  gotify-server = handleTest ./gotify-server.nix {};
   gitea = handleTest ./gitea.nix {};
   gitlab = handleTest ./gitlab.nix {};
   gitolite = handleTest ./gitolite.nix {};