1
0
forked from clan/clan-infra

add envrc

This commit is contained in:
Jörg Thalheim 2023-07-05 13:50:48 +02:00
parent 93ae0e86e3
commit 6138ea5f44

8
.envrc Normal file
View File

@ -0,0 +1,8 @@
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