diff options
-rw-r--r-- | .envrc | 4 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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 @@ -21,3 +21,5 @@ scripts/guix-data-service-process-jobs scripts/guix-data-service-query-build-servers scripts/guix-data-service-process-branch-updated-email pre-inst-env + +.local.envrc |