diff --git a/.envrc b/.envrc index c4b17d79..e8b832ce 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,5 @@ -use_flake +if command -v lorri >/dev/null 2>&1; then + eval "$(lorri direnv)" +else + use flake +fi