trying debuginfo

This commit is contained in:
2025-02-12 17:55:19 +02:00
parent a1e0bbef5a
commit 6d4408be0b
2 changed files with 11 additions and 5 deletions

View File

@@ -711,6 +711,7 @@ in
};
environment = {
enableDebugInfo = true;
systemPackages = with pkgs; [
acpi
yt-dlp
@@ -718,6 +719,11 @@ in
inferno
rtorrent
age-plugin-yubikey
(python3.withPackages (
ps: with ps; [
ipython
]
))
];
};