aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-12-07 17:32:31 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-12-11 12:09:39 -0500
commit844e0b64b2a00f1026075979c2cbd548dcb5f80b (patch)
tree1d8dbd6cd8e9728cfb7e51716dcbaf94b4f0895e /.envrc
parentpoem substitution (diff)
nix flake related modifications
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.envrc b/.envrc
index 669d42f..e488686 100644
--- a/.envrc
+++ b/.envrc
@@ -4,6 +4,3 @@ 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