fix: Use builtin `source_env_if_exists` for sourcing `.envrc.local` (#6717)
commit
c2aac45848
3
.envrc
3
.envrc
|
|
@ -5,5 +5,4 @@ if has nix; then
|
||||||
use flake
|
use flake
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source an `.envrc.local` if it exists. You can add your custom changes there.
|
source_env_if_exists .envrc.local
|
||||||
[[ -f .envrc.local ]] && source_env .envrc.local
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode/
|
.vscode/
|
||||||
.direnv/
|
.direnv/
|
||||||
|
.envrc.local
|
||||||
.flatpak-builder/
|
.flatpak-builder/
|
||||||
zig-cache/
|
zig-cache/
|
||||||
.zig-cache/
|
.zig-cache/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue