diff options
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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  | 
