mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 12:48:24 +00:00
honk: add passthru.tests
This commit is contained in:
parent
b8d1cd6e50
commit
fcef652da8
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user