Unverified Commit fcef652d authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

honk: add `passthru.tests`

parent b8d1cd6e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchurl
, sqlite
, installShellFiles
, nixosTests
}:

buildGoModule rec {
@@ -49,6 +50,10 @@ buildGoModule rec {
    mv views $out/share/${pname}
  '';

  passthru.tests = {
    inherit (nixosTests) honk;
  };

  meta = {
    changelog = "https://humungus.tedunangst.com/r/honk/v/v${version}/f/docs/changelog.txt";
    description = "An ActivityPub server with minimal setup and support costs.";