feat: source `.envrc.local` if it exists

Co-authored-by: Kat <65649991+00-kat@users.noreply.github.com>
pull/6715/head
Uzair Aftab 2025-03-14 11:37:09 +01:00 committed by Uzair Aftab
parent 8eacde92e6
commit 09d538b620
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

2
.envrc
View File

@ -4,3 +4,5 @@ if has nix; then
watch_file nix/{devShell,package,wraptest}.nix
use flake
fi
[ -f .envrc.local ] && source_env .envrc.local