feat: source .envrc.local if it exists

Co-authored-by: Kat <65649991+00-kat@users.noreply.github.com>
This commit is contained in:
Uzair Aftab
2025-03-14 11:37:09 +01:00
committed by Uzair Aftab
parent 8eacde92e6
commit 09d538b620

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