diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-20 19:32:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-20 19:32:51 -0400 |
commit | 6a9b94ab8ea12a9f112406a9d6916466296cb114 (patch) | |
tree | 175576dc3907abf3c59c1a41dcf50c4d2cf59aed /.envrc | |
parent | markup in AI systems as artwork, minor (diff) |
nix .envrc read local settings if any
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 |