nixos/pleroma: add NixOS VM test.

This commit is contained in:
Félix Baylac-Jacqué
2021-01-26 18:11:38 +01:00
parent 231c5a576a
commit 60b730fd94
3 changed files with 270 additions and 0 deletions
+4
View File
@@ -56,6 +56,10 @@ stdenv.mkDerivation {
wrapProgram $out/bin/pleroma_ctl \
--set-default RELEASE_TMP "/tmp"'';
passthru.tests = {
pleroma = nixosTests.pleroma;
};
meta = {
description = "ActivityPub microblogging server";
homepage = https://git.pleroma.social/pleroma/pleroma;