Fix default devShell
Some checks failed
ci/woodpecker/push/check Pipeline failed

I had this lying around locally, but it won't work in CI if I don't
commit it.
This commit is contained in:
Bruno BELANYI 2024-04-08 08:49:42 +01:00
parent bca4c8d312
commit 97e3064613

View file

@ -112,7 +112,9 @@
nativeBuildInputs = with pkgs; [
bump-version
nodejs
(tree-sitter.override { webUISupport = true; })
# FIXME: waiting on #301336
# (tree-sitter.override { webUISupport = true; })
tree-sitter
];
inherit (checks.pre-commit) shellHook;