diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-07-31 15:44:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 19:18:15 -0400 |
commit | 934b830f804c1acae1e5f2f55207a1f428244f1f (patch) | |
tree | 8b55d1cbc25cbaf59e2ac94db51c809b9f1cc1ab /sundry/spine_search_cgi/.envrc | |
parent | ocn metaverse, rearrange (diff) |
org nix adjust
Diffstat (limited to 'sundry/spine_search_cgi/.envrc')
-rw-r--r-- | sundry/spine_search_cgi/.envrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sundry/spine_search_cgi/.envrc b/sundry/spine_search_cgi/.envrc index c0adda9..6d8376c 100644 --- a/sundry/spine_search_cgi/.envrc +++ b/sundry/spine_search_cgi/.envrc @@ -3,6 +3,6 @@ if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then # https://github.com/nix-community/nix-direnv source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE=" fi -if [ -e .env/local ]; then - source_env_if_exists .env/local || source .env/local +if [ -f .envrc-local ]; then + source_env_if_exists .envrc-local || source .envrc-local fi |