diff options
| -rw-r--r-- | .env.template | 2 | ||||
| -rw-r--r-- | .envrc | 1 | ||||
| -rw-r--r-- | .gitignore | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/.env.template b/.env.template index fd01124..e9873e4 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,7 @@ # shellcheck shell=sh # shellcheck disable=SC2034 + + # # these are used with terranix # @@ -1,4 +1,5 @@ if has nix_direnv_version; then use flake fi + dotenv_if_exists @@ -3,7 +3,6 @@ result* repl-result-out* # dev shell -.pre-commit-config.yaml .direnv/ .env* !.envrc |
