chore: get devenv fully setup for working on the project
This commit is contained in:
parent
0267945d0f
commit
d951f673c3
7 changed files with 283 additions and 3 deletions
13
.envrc
13
.envrc
|
|
@ -1 +1,12 @@
|
|||
use flake
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export DIRENV_WARN_TIMEOUT=20s
|
||||
|
||||
eval "$(devenv direnvrc)"
|
||||
|
||||
# `use devenv` supports the same options as the `devenv shell` command.
|
||||
#
|
||||
# To silence all output, use `--quiet`.
|
||||
#
|
||||
# Example usage: use devenv --quiet --impure --option services.postgres.enable:bool true
|
||||
use devenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue