Fix default devShell

Unfortunately, I'll have to wait for a bit until I can use the
playground.
This commit is contained in:
Bruno BELANYI 2024-04-08 08:49:42 +01:00
parent 213f5afb11
commit fc9f1467df

View file

@ -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;