aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.envrc b/.envrc
index 093f4ee..952ad02 100644
--- a/.envrc
+++ b/.envrc
@@ -9,9 +9,9 @@ fi
watch_file flake.lock
watch_file flake.nix
watch_file makefile
-#if [ -f .envrc-local ]; then
-# source_env_if_exists .envrc-local || source .envrc-local
-#fi
+if [ -f .envrc-local ]; then
+ source_env_if_exists .envrc-local || source .envrc-local
+fi
PATH_add result/bin
use flake .
#use flake .#default