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
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nodejs
|
||||
tree-sitter
|
||||
(tree-sitter.override { webUISupport = true; })
|
||||
];
|
||||
|
||||
inherit (checks.pre-commit) shellHook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue