Migrate to devenv
This commit is contained in:
parent
b098704e23
commit
80a02f959a
10 changed files with 269 additions and 28 deletions
9
.envrc
9
.envrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue