feat: add gdb to sysadmin tooling

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-07-08 16:34:26 +02:00 committed by Pierre Bourdon
parent 8fe33b4e46
commit 48579e8818

View file

@ -20,6 +20,8 @@ in
bcc
tcpdump
ncdu
# Useful to invoke `coredumpctl gdb`
gdb
] ++ lib.optional (lib.hasAttr "pwru" pkgs) pkgs.pwru;
};
}