Update deps, introduce the new tree-sitter lifetimes

This commit is contained in:
Blaž Hrastnik 2021-05-28 00:00:51 +09:00
parent b114cfa119
commit 094203c74e
11 changed files with 53 additions and 31 deletions

View file

@ -12,6 +12,7 @@ pkgs.mkShell {
# https://github.com/rust-lang/rust/issues/55979
LD_LIBRARY_PATH="${stdenv.cc.cc.lib}/lib64:$LD_LIBRARY_PATH";
HELIX_RUNTIME=./runtime;
# HELIX_RUNTIME=./runtime;
HELIX_RUNTIME="/home/speed/src/helix/runtime";
}