From 3578918af2e77de4c0a9290fb80721a7e08e43e3 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 Jul 2024 07:03:49 -0400 Subject: direnv: cleanup files --- .env.template | 2 ++ .envrc | 1 + .gitignore | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) 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 # diff --git a/.envrc b/.envrc index 5704f11..8adac03 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,5 @@ if has nix_direnv_version; then use flake fi + dotenv_if_exists diff --git a/.gitignore b/.gitignore index 1f320e3..237789c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ result* repl-result-out* # dev shell -.pre-commit-config.yaml .direnv/ .env* !.envrc -- cgit v1.2.3