aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/config_nix.org')
-rw-r--r--org/config_nix.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/config_nix.org b/org/config_nix.org
index e43ffbd..7153926 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -35,9 +35,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