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