Update .envrc

Co-authored-by: Kat <65649991+00-kat@users.noreply.github.com>
This commit is contained in:
Uzair Aftab
2025-03-14 12:08:37 +01:00
committed by GitHub
parent 69dfc8870d
commit b9ea32b8ce

1
.envrc
View File

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