From 6a9b94ab8ea12a9f112406a9d6916466296cb114 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 20 Apr 2023 19:32:51 -0400 Subject: nix .envrc read local settings if any --- org/config_nix.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org') 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 -- cgit v1.2.3