remove legacy gitlab and shell files

This commit is contained in:
Abel Luck 2026-03-05 16:01:09 +01:00
parent 3a042155af
commit 79e77148f7
5 changed files with 11 additions and 38 deletions

8
.envrc Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [[ $(type -t use_flake) != function ]]; then
echo "ERROR: direnv's use_flake function missing. update direnv to v2.30.0 or later." && exit 1
fi
#export BOT_ENV_FILE=./dev.env
export BOT_CONFIG_FILE=config.json
use flake
dotenv