fix(scanner): fix segfault

Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
Michael Hoffmann
2023-11-11 11:06:07 +01:00
parent 229d8e50ab
commit fdf6463216
3 changed files with 43 additions and 39 deletions

View File

@@ -4,6 +4,8 @@ in
pkgs.mkShell {
name = "env";
buildInputs = with pkgs; [
gdb
valgrind
nodejs
tree-sitter
emscripten