From aecd23d599e882e0b6650a2d00e3159f9785b034 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 21 Sep 2019 11:28:24 +0100 Subject: Add support for a .local.envrc file As this is useful when setting custom configuration. --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index b3c4959..1ace49a 100644 --- a/.envrc +++ b/.envrc @@ -3,3 +3,7 @@ use guix -l guix-dev.scm --ad-hoc postgresql export GUILE_LOAD_COMPILED_PATH="$PWD:$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" export PATH="$PWD/scripts:$PATH" + +if [ -f .local.envrc ]; then + source_env .local.envrc +fi -- cgit v1.2.3