chore: replace manual dev-shell with devenv
This commit is contained in:
parent
5cb4656a71
commit
a41b0ffd2c
7 changed files with 140 additions and 64 deletions
11
.envrc
11
.envrc
|
@ -1,8 +1,5 @@
|
|||
use flake .nix
|
||||
export DIRENV_WARN_TIMEOUT=20s
|
||||
|
||||
if on_git_branch; then
|
||||
echo
|
||||
git status --short --branch
|
||||
echo
|
||||
git fetch
|
||||
fi
|
||||
eval "$(devenv direnvrc)"
|
||||
|
||||
use devenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue