This commit is contained in:
Abel Luck 2026-02-27 10:25:17 +01:00
commit c610a3e284
4 changed files with 84 additions and 0 deletions

6
.envrc Normal file
View file

@ -0,0 +1,6 @@
#!/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
use flake
dotenv