Loading pkgs/servers/honk/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchurl , sqlite , installShellFiles , nixosTests }: buildGoModule rec { Loading Loading @@ -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 Loading
pkgs/servers/honk/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchurl , sqlite , installShellFiles , nixosTests }: buildGoModule rec { Loading Loading @@ -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