diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-09-20 20:02:10 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-10-22 21:28:50 -0400 |
commit | 85a2a2922673bfe44461e26b68cb1da0de5bb8c7 (patch) | |
tree | 974d815fecc851c9212bc0056c9df39a5a36c977 /sundry/spine_search_cgi/.envrc | |
parent | org latex organize (diff) |
nix related config, direnv else minor
Diffstat (limited to 'sundry/spine_search_cgi/.envrc')
-rw-r--r-- | sundry/spine_search_cgi/.envrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sundry/spine_search_cgi/.envrc b/sundry/spine_search_cgi/.envrc index 6bb4547..03af170 100644 --- a/sundry/spine_search_cgi/.envrc +++ b/sundry/spine_search_cgi/.envrc @@ -1,4 +1,8 @@ NIX_ENFORCE_PURITY=0 +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 fi |