From b994549a1cb0ef9ee1e83b557d1f0249e70638f1 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 29 Jun 2024 14:57:19 +0200 Subject: [PATCH] Add nixseparatedebuginfod --- modules/system/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/common.nix b/modules/system/common.nix index 967e327..0c2a757 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -48,6 +48,10 @@ services.flatpak.enable = true; # Important can't be enabled from home-manager + # Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed. + # Require https://github.com/symphorien/nixseparatedebuginfod?tab=readme-ov-file#gdb + services.nixseparatedebuginfod.enable = true; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary