feat(dgn-chatops): Takumi v1.0.0

Can schedule meet.dgnum.eu in the chat upon demand.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-09-20 23:38:58 +02:00
parent 4a275fd07e
commit 1c6124f376
7 changed files with 248 additions and 5 deletions

View file

@ -43,7 +43,12 @@ let
python3 = pkgs.python311;
python3Pkgs = python3.pkgs;
ircrobots = python3Pkgs.callPackage ./ircrobots.nix { };
ps = python3Pkgs.makePythonPath [ ircrobots ];
tortoise-orm = python3Pkgs.callPackage ./tortoise-orm.nix { };
ps = python3Pkgs.makePythonPath [
ircrobots
tortoise-orm
python3Pkgs.aiohttp
];
in
{
options.dgn-chatops = {