diff options
Diffstat (limited to 'org')
-rw-r--r-- | org/config_nix.org | 6 |
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 |