fix: Use builtin source_env_if_exists for sourcing .envrc.local

This commit is contained in:
Uzair Aftab
2025-03-14 13:10:09 +01:00
committed by Uzair Aftab
parent 4ab3754a59
commit ec5066988e

3
.envrc
View File

@ -5,5 +5,4 @@ if has nix; then
use flake
fi
# Source an `.envrc.local` if it exists. You can add your custom changes there.
[[ -f .envrc.local ]] && source_env .envrc.local
source_env_if_exists .envrc.local