feat(nix): Add valgrind
This commit is contained in:
parent
0ed1982329
commit
ab4e7a7edb
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ in
|
|||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
# Choose the build tools that you need
|
||||
cmake
|
||||
gcc
|
||||
gdb
|
||||
cmake
|
||||
valgrind
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue