Use play-ground enabled 'tree-sitter' in devShell

This is actually quite useful for debugging it turns out :-).
This commit is contained in:
Bruno BELANYI 2022-06-03 20:00:30 +02:00
parent 62a601469e
commit b998075f2d

View file

@ -115,7 +115,7 @@
default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs
tree-sitter
(tree-sitter.override { webUISupport = true; })
];
inherit (checks.pre-commit) shellHook;