feat: Add initial Mobilizon => Discord sync
This commit is contained in:
parent
246ef4c829
commit
3fe23fdc38
12 changed files with 545 additions and 49 deletions
6
.envrc
6
.envrc
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue