nixos/tests/podgrab: init

This commit is contained in:
Bruno BELANYI
2021-04-15 20:57:22 +00:00
parent f1b36d19fd
commit 1144486f3a
3 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGoModule rec {
pname = "podgrab";
@@ -19,6 +19,8 @@ buildGoModule rec {
cp -r $src/webassets $out/share/
'';
passthru.tests = { inherit (nixosTests) podgrab; };
meta = with lib; {
description = "A self-hosted podcast manager to download episodes as soon as they become live";
homepage = "https://github.com/akhilrex/podgrab";