fix: Use builtin `source_env_if_exists` for sourcing `.envrc.local`

pull/6717/head
Uzair Aftab 2025-03-14 13:10:09 +01:00 committed by Uzair Aftab
parent 4ab3754a59
commit ec5066988e
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

3
.envrc
View File

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