From 58ae565fd4d2a66745782f34a34cc9a1888ba5ea Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Fri, 18 Nov 2022 23:45:38 -0500 Subject: [PATCH] Add gdb to nix flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ec88895..f800649 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,7 @@ packages = with pkgs; [ rust-analyzer rustfmt + gdb ]; shellHook = ''