aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixDevEnv.sh
blob: 640d07e7fcd8030ee0b847954ad86c8e5f4cf16e (plain)
1
2
3
if [ -f .envrc ]; then
  source_env_if_exists .envrc || source .envrc
fi