forked from DGNum/infrastructure
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:
parent
4a275fd07e
commit
1c6124f376
7 changed files with 248 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue