diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-10-16 21:10:28 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 19:51:25 -0500 |
commit | 69571dc48dad0043640fc80b1dc6f0b1f8a52be7 (patch) | |
tree | e5297e743033db0e4cb92c4edf6fccab66e545fa /sundry | |
parent | org files, tangle output, some fixes (diff) |
nix .envrc related
Diffstat (limited to 'sundry')
-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 03af170..72eefc7 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 .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local - source .envrc-local +if [ -e .env/local ]; then # source an additional user-specific .envrc in ./.env/local + source .env/local fi |