mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
0e639f2cc0
Gancio is a shared agenda for local communities: https://gancio.org/
5 lines
107 B
Nix
5 lines
107 B
Nix
{ callPackage, nodejs }:
|
|
{
|
|
telegram-bridge = callPackage ./plugin-telegram-bridge { inherit nodejs; };
|
|
}
|