nixpkgs/pkgs/by-name/ga/gancio/plugins.nix
Jean-Baptiste Giraudeau 0e639f2cc0
gancio: init at 1.19.0
Gancio is a shared agenda for local communities: https://gancio.org/
2024-09-06 16:32:06 +02:00

5 lines
107 B
Nix

{ callPackage, nodejs }:
{
telegram-bridge = callPackage ./plugin-telegram-bridge { inherit nodejs; };
}