Use play-ground enabled 'tree-sitter' in devShell
This is actually quite useful for debugging it turns out :-).
This commit is contained in:
parent
62a601469e
commit
b998075f2d
|
@ -115,7 +115,7 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
tree-sitter
|
(tree-sitter.override { webUISupport = true; })
|
||||||
];
|
];
|
||||||
|
|
||||||
inherit (checks.pre-commit) shellHook;
|
inherit (checks.pre-commit) shellHook;
|
||||||
|
|
Loading…
Reference in a new issue