I had this lying around locally, but it won't work in CI if I don't commit it.
This commit is contained in:
parent
bca4c8d312
commit
97e3064613
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,9 @@
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
bump-version
|
bump-version
|
||||||
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…
Add table
Add a link
Reference in a new issue