diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |