Files
nixos-wiki-infra/.envrc
2025-03-22 08:55:52 +01:00

11 lines
228 B
Bash

# shellcheck shell=bash
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