From d72dadaa1a8a0b8a9189a629c67f3c0c05a6452a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 28 Dec 2022 22:32:22 +0530 Subject: [PATCH] environment: Enable Debuginfod --- environment/.config/environment.d/40-misc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment/.config/environment.d/40-misc.conf b/environment/.config/environment.d/40-misc.conf index 617e8b4..e24556c 100644 --- a/environment/.config/environment.d/40-misc.conf +++ b/environment/.config/environment.d/40-misc.conf @@ -7,3 +7,5 @@ GST_DEBUG_COLOR_MODE=off GST_DEBUG_DUMP_DOT_DIR=/tmp/gst-dot GHCUP_USE_XDG_DIRS=1 + +DEBUGINFOD_URLS="https://debuginfod.archlinux.org/"