feat: use pwndbg as default gdb

This commit is contained in:
oddlama 2023-09-15 18:01:24 +02:00
parent 1a8072dcda
commit e7561e6933
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 22 additions and 6 deletions

View file

@ -4,11 +4,6 @@
./yubikey.nix
];
environment.systemPackages = with pkgs; [
(gdb.override { enableDebuginfod = true; })
hotspot
];
environment.enableDebugInfo = true;
services.nixseparatedebuginfod.enable = true;
}