mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 16:24:02 +01:00
9 lines
203 B
Plaintext
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
|