aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-04-10 13:49:46 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2022-04-19 13:42:45 -0400
commit338db72033d06f052b91c291c77bfbf687890f23 (patch)
tree09f565c6dc40e6f35cf577ad386a29f4ddbddcc0 /.envrc
parentruby variable passing breakage, make constant? (diff)
project config minor, also .gitignoresisu_7.2.1
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 6bb4547e..c0adda9e 100644
--- a/.envrc
+++ b/.envrc
@@ -1,4 +1,8 @@
NIX_ENFORCE_PURITY=0
-if [ -e .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local
- source .envrc-local
+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
fi