fix: use bashism in `.envrc`

Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
pull/6715/head
Uzair Aftab 2025-03-14 12:00:25 +01:00 committed by GitHub
parent 09d538b620
commit 69dfc8870d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -5,4 +5,4 @@ if has nix; then
use flake
fi
[ -f .envrc.local ] && source_env .envrc.local
[[ -f .envrc.local ]] && source_env .envrc.local