From 39cec7b937c2075c0c53ab97fe20a5988c326a2d Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Tue, 5 Sep 2023 20:07:18 -0700 Subject: gotify-server: add passthru.tests --- pkgs/servers/gotify/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit 1.4.1