diff options
Diffstat (limited to 'devShells/c.nix')
-rw-r--r-- | devShells/c.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index 9a2db98..b7c2519 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -1,7 +1,7 @@ pkgs: pkgs.mkShell { packages = with pkgs; [ - clang-tools_14 + clang-tools ctags gcc gdb |