honk: add passthru.tests

This commit is contained in:
Pol Dellaiera 2023-08-17 19:01:05 +02:00
parent b8d1cd6e50
commit fcef652da8
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -3,6 +3,7 @@
, fetchurl , fetchurl
, sqlite , sqlite
, installShellFiles , installShellFiles
, nixosTests
}: }:
buildGoModule rec { buildGoModule rec {
@ -49,6 +50,10 @@ buildGoModule rec {
mv views $out/share/${pname} mv views $out/share/${pname}
''; '';
passthru.tests = {
inherit (nixosTests) honk;
};
meta = { meta = {
changelog = "https://humungus.tedunangst.com/r/honk/v/v${version}/f/docs/changelog.txt"; changelog = "https://humungus.tedunangst.com/r/honk/v/v${version}/f/docs/changelog.txt";
description = "An ActivityPub server with minimal setup and support costs."; description = "An ActivityPub server with minimal setup and support costs.";