diff --git a/pkgs/servers/gotify/default.nix b/pkgs/servers/gotify/default.nix index 3df2d833e0ba..6a33f2a40094 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,