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

6
.envrc
View file

@ -1,5 +1,11 @@
#!/usr/bin/env bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi
watch_file nix/*.nix
use nix
export DIRENV_WARN_TIMEOUT=20s
eval "$(devenv direnvrc)"