nixos-wiki-infra/.envrc
Jörg Thalheim 685dab7f09 add envrc
2024-02-09 12:02:11 +01:00

9 lines
203 B
Plaintext

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