shell.nix: add gdb
This commit is contained in:
parent
9b6d645b70
commit
7f48d09def
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ pkgs.mkShell {
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
rustfmt
|
rustfmt
|
||||||
|
gdb
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_BACKTRACE = 1;
|
RUST_BACKTRACE = 1;
|
||||||
|
|
Loading…
Reference in a new issue