fix: use bashism in .envrc

Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
This commit is contained in:
Uzair Aftab
2025-03-14 12:00:25 +01:00
committed by GitHub
parent 09d538b620
commit 69dfc8870d

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