Add debugging role
This commit is contained in:
parent
2561688c04
commit
484e89aa9f
9
roles/debugging.nix
Normal file
9
roles/debugging.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
{
|
||||
environment = {
|
||||
enableDebugInfo = true;
|
||||
systemPackages = with pkgs; [
|
||||
gdb
|
||||
];
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user