diff --git a/.envrc b/.envrc index c57ee1c4f..c6dd415dc 100644 --- a/.envrc +++ b/.envrc @@ -4,3 +4,5 @@ if has nix; then watch_file nix/{devShell,package,wraptest}.nix use flake fi + +[ -f .envrc.local ] && source_env .envrc.local