fix(box): wallabag is working again!!!

This commit is contained in:
Anish Lakhwara
2024-07-14 20:20:49 -07:00
parent 07891dc81d
commit c1af9a9ca7
7 changed files with 281 additions and 300 deletions
+4
View File
@@ -8,6 +8,10 @@
kobopatch = pkgs.callPackage ./kobopatch.nix { };
my-mautrix-discord = pkgs.callPackage ./mautrix-discord.nix { }; # Handled by matrix-appservices input
ulogger-server = pkgs.callPackage ./ulogger.nix { };
# Wallabag is now an overlay
# TODO: we still use the patch from this folder though
my-wallabag = pkgs.callPackage ./wallabag.nix { };
mautrix-slack = pkgs.callPackage ./mautrix-slack.nix { };
gpodder2go = pkgs.callPackage ./gpodder2go.nix { };
ghost = pkgs.callPackage ./ghost { };
}