feat: Add initial Mobilizon => Discord sync

This commit is contained in:
Piotr Gaczkowski 2026-04-01 11:36:01 +02:00
parent 246ef4c829
commit 3fe23fdc38
12 changed files with 545 additions and 49 deletions

8
shell.nix Normal file
View file

@ -0,0 +1,8 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
devenv
];
}