Add gdb to nix flake

This commit is contained in:
Victor Mignot 2022-11-18 23:45:38 -05:00
parent 10498b9b57
commit 58ae565fd4
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -29,6 +29,7 @@
packages = with pkgs; [
rust-analyzer
rustfmt
gdb
];
shellHook = ''