ENV_PRIVATE=.envrc.private if [ -f $ENV_PRIVATE ]; then source_env $ENV_PRIVATE fi if [[ "$USE_NIX" = "true" ]]; then use flake fi