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 --- .envrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 093f4ee..952ad02 100644 --- a/.envrc +++ b/.envrc @@ -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 -- cgit v1.2.3