feat: add nixseparatedebuginfod and update flake

This commit is contained in:
oddlama 2023-09-15 14:57:27 +02:00
parent c3bdf5e89b
commit 1a8072dcda
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 89 additions and 49 deletions

View file

@ -1,8 +1,14 @@
{
{pkgs, ...}: {
imports = [
./documentation.nix
./yubikey.nix
];
environment.systemPackages = with pkgs; [
(gdb.override { enableDebuginfod = true; })
hotspot
];
environment.enableDebugInfo = true;
services.nixseparatedebuginfod.enable = true;
}