feat(nix): Add valgrind

This commit is contained in:
Jiří Štefka 2024-12-03 14:19:51 +01:00
parent 0ed1982329
commit ab4e7a7edb
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -4,9 +4,10 @@ in
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
# Choose the build tools that you need # Choose the build tools that you need
cmake
gcc gcc
gdb gdb
cmake valgrind
]; ];
} }