feat(nix): Add valgrind
This commit is contained in:
parent
0ed1982329
commit
ab4e7a7edb
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user