mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-24 18:00:59 +01:00
tests: disable tests using luaformatter (build failure)
This commit is contained in:
parent
2a21f0c326
commit
f193d4c1fd
3 changed files with 10 additions and 2 deletions
|
|
@ -22,6 +22,8 @@ rec {
|
|||
gci = sType.broken;
|
||||
# 2025-10-08 build failure (haskellPackages.hindent)
|
||||
hindent = sType.broken;
|
||||
# 2025-10-12 build failure (luaformatter depends on broken antlr-runtime-cpp)
|
||||
lua-format = sType.broken;
|
||||
|
||||
format-queries = null; # Uses neovim itself
|
||||
init = null; # Internal thingamajig
|
||||
|
|
@ -106,7 +108,6 @@ rec {
|
|||
js_beautify = nodePackages.js-beautify;
|
||||
jsonnetfmt = jsonnet;
|
||||
inherit (texlive.pkgs) latexindent;
|
||||
lua-format = luaformatter;
|
||||
mago_format = mago;
|
||||
mago_lint = mago;
|
||||
markdownlint = markdownlint-cli;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue