nixos/tests/dendrite: init (#121777)

This commit is contained in:
Michael Lingelbach
2021-05-14 13:11:22 +02:00
committed by GitHub
parent 92dcaba935
commit 46284492f4
3 changed files with 105 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub}:
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "matrix-dendrite";
@@ -13,6 +13,10 @@ buildGoModule rec {
vendorSha256 = "1l1wydvi0yalas79cvhrqg563cvs57hg9rv6qnkw879r6smb2x1n";
passthru.tests = {
inherit (nixosTests) dendrite;
};
meta = with lib; {
homepage = "https://matrix.org";
description = "Dendrite is a second-generation Matrix homeserver written in Go!";