Files
nhost/envrc.sample

7 lines
159 B
Plaintext

watch_file ../../flake.nix ../../nix/*.nix project.nix ./.envrc.custom
use flake .\#$(basename $PWD)
if [[ -f .envrc.custom ]]; then
. ./.envrc.custom
fi