Add initial DevEnv.

This commit is contained in:
Michael Lehmann
2025-10-05 12:22:21 +02:00
parent 31765f9db3
commit 029a68032f
5 changed files with 169 additions and 0 deletions

10
.envrc Normal file
View File

@@ -0,0 +1,10 @@
export DIRENV_WARN_TIMEOUT=20s
eval "$(devenv direnvrc)"
# `use devenv` supports the same options as the `devenv shell` command.
#
# To silence the output, use `--quiet`.
#
# Example usage: use devenv --quiet --impure --option services.postgres.enable:bool true
use devenv