aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-12-08 12:22:37 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-12-17 20:05:23 -0500
commit7c0c0e6041fb202a62d764e8f2a617917424b0a3 (patch)
tree4768d465f2def600b46592d58639495027fbbd2e /.envrc
parentconfig_dub.org remove some unused parts (diff)
.envrc re-adjust & update direnv
- nixDirEnv (a copy of .envrc) used for flake.nix (getting around an issue that arose when building project; may revert to direct use of .envrc)
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index e488686..669d42f 100644
--- a/.envrc
+++ b/.envrc
@@ -4,3 +4,6 @@ fi
if [ -f .envrc-local ]; then
source_env_if_exists .envrc-local || source .envrc-local
fi
+if [ -f .envrc-nix ]; then
+ source_env_if_exists .envrc-nix || source .envrc-nix
+fi