gotify-server: add passthru.tests
This commit is contained in:
parent
94bce8f014
commit
39cec7b937
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user