Add gdb to nix flake
This commit is contained in:
parent
10498b9b57
commit
58ae565fd4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
packages = with pkgs; [
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
gdb
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue