service/freshrss: add module

This commit is contained in:
Felix Buehler 2022-12-11 16:28:50 +01:00
parent 5a2fa4506b
commit 6128836b08
3 changed files with 69 additions and 4 deletions

View file

@ -1,7 +1,3 @@
#{ pkgs }:
#pkgs.lib.makeScope pkgs.newScope (pkgs: {
# homarr = pkgs.callPackage ./homarr { };
#})
final: prev:
{
homer = final.callPackage ./homer { };