Fix default devShell
Unfortunately, I'll have to wait for a bit until I can use the playground.
This commit is contained in:
parent
213f5afb11
commit
fc9f1467df
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@
|
|||
default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nodejs
|
||||
(tree-sitter.override { webUISupport = true; })
|
||||
# FIXME: waiting on #301336
|
||||
# (tree-sitter.override { webUISupport = true; })
|
||||
tree-sitter
|
||||
];
|
||||
|
||||
inherit (checks.pre-commit) shellHook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue