From a03e1601deda589d5b11a8472438e6fe60c39666 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 14 Mar 2020 12:46:02 +0000 Subject: Improve handling of errors Adjust the previously unused error page code, and start to use it. Only show the error if configured to do so, to avoid leaking secret information. --- .envrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index 94e9705..7b32f77 100644 --- a/.envrc +++ b/.envrc @@ -8,6 +8,8 @@ export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" export PATH="$PWD/scripts:$PATH" +export GUIX_DATA_SERVICE_SHOW_ERROR_DETAILS=true + if [ -f .local.envrc ]; then source_env .local.envrc fi -- cgit v1.2.3