nixos-wiki-infra/.envrc

9 lines
203 B
Plaintext
Raw Permalink Normal View History

2024-02-09 12:02:11 +01: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