nixos/molly-brown: init

This commit is contained in:
Emery Hemingway
2020-07-24 11:04:33 +02:00
committed by ehmry
parent f40699c907
commit 76d60b0fcd
4 changed files with 192 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, buildGoPackage, fetchgit }:
{ lib, buildGoPackage, fetchgit, nixosTests }:
buildGoPackage rec {
pname = "molly-brown";
@@ -15,6 +15,8 @@ buildGoPackage rec {
goDeps = ./deps.nix;
passthru.tests.basic = nixosTests.molly-brown;
meta = with lib; {
description = "Full-featured Gemini server";
homepage = "https://tildegit.org/solderpunk/molly-brown";