mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-23 05:19:52 +00:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
ENV_PRIVATE=.envrc.private
|
|
if [ -f $ENV_PRIVATE ]; then
|
|
source_env $ENV_PRIVATE
|
|
fi
|
|
|
|
if [[ "$USE_NIX" = "true" ]]; then
|
|
use flake
|
|
fi
|