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
|
@ -97,7 +97,9 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
(tree-sitter.override { webUISupport = true; })
|
# FIXME: waiting on #301336
|
||||||
|
# (tree-sitter.override { webUISupport = true; })
|
||||||
|
tree-sitter
|
||||||
];
|
];
|
||||||
|
|
||||||
inherit (checks.pre-commit) shellHook;
|
inherit (checks.pre-commit) shellHook;
|
||||||
|
|
Loading…
Reference in a new issue