From 7c0c0e6041fb202a62d764e8f2a617917424b0a3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 8 Dec 2023 12:22:37 -0500 Subject: .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) --- .envrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.envrc') 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 -- cgit v1.2.3