Use devenv instead of flake

This commit is contained in:
2025-05-24 13:42:30 +02:00
parent 752cab0979
commit 9efdac5f31
12 changed files with 202 additions and 147 deletions

8
.envrc
View File

@@ -1 +1,7 @@
use flake
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