forked from mirrors_public/oddlama_nix-config
feat: add nixseparatedebuginfod and update flake
This commit is contained in:
parent
c3bdf5e89b
commit
1a8072dcda
4 changed files with 89 additions and 49 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue