feat(nix): Add valgrind
This commit is contained in:
parent
0ed1982329
commit
ab4e7a7edb
@ -4,9 +4,10 @@ in
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
# Choose the build tools that you need
|
||||
cmake
|
||||
gcc
|
||||
gdb
|
||||
cmake
|
||||
valgrind
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user