summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/servers/gotify/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/gotify/default.nix b/pkgs/servers/gotify/default.nix
index 3df2d833e0b..6a33f2a4009 100644
--- a/pkgs/servers/gotify/default.nix
+++ b/pkgs/servers/gotify/default.nix
@@ -4,6 +4,7 @@
 , buildGoModule
 , sqlite
 , callPackage
+, nixosTests
 }:
 
 buildGoModule rec {
@@ -39,6 +40,9 @@ buildGoModule rec {
 
   passthru = {
     updateScript = ./update.sh;
+    tests = {
+      nixos = nixosTests.gotify-server;
+    };
   };
 
   # Otherwise, all other subpackages are built as well and from some reason,