added rss downloader

This commit is contained in:
2026-08-01 12:03:22 +02:00
parent b230720ab5
commit af6e5b99cd
5 changed files with 34 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, src }:
pkgs.buildGoModule {
pname = "rssdownloader";
version = "0.1.0";
inherit src;
vendorHash = null;
}