mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-03 13:07:59 +02:00
11 lines
228 B
Bash
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
|