diff --git a/.envrc b/.envrc index 3550a30f..93b82d6e 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,5 @@ use flake + +if [ -f .env ]; then + dotenv .env +fi