Migrate to devenv

This commit is contained in:
Tobias Reisinger 2025-06-24 19:35:39 +02:00
parent b098704e23
commit 80a02f959a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 269 additions and 28 deletions

9
.envrc
View file

@ -1,4 +1,9 @@
use nix
export DIRENV_WARN_TIMEOUT=20s
eval "$(devenv direnvrc)"
# The use_devenv function supports passing flags to the devenv command
# For example: use devenv --impure --option services.postgres.enable:bool true
use devenv
eval "$(ansible-vault view .env | direnv dotenv bash /dev/stdin)"
watch_file ".env"