clan-infra/.envrc

9 lines
203 B
Plaintext
Raw Normal View History

2023-07-05 11:50:48 +00:00
use flake
watch_file .envrc.private
if [[ -f .envrc.private ]]; then
source_env .envrc.private
else
echo "copy .envrc.private-template to .envrc.private and follow the instructions in this file"
fi