1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 18:00:59 +01:00

treewide: remove outdated broken package markings

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-25 01:08:31 +02:00 committed by Gaétan Lepage
parent 854a5b5b38
commit baa99016bc
6 changed files with 5 additions and 74 deletions

View file

@ -25,14 +25,10 @@ rec {
# 2025-09-13 build failure
inko = sType.broken;
# 2025-09-13 build failure
commitmsgfmt = sType.broken;
# 2025-09-17 build failure
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
@ -118,6 +114,7 @@ rec {
js_beautify = nodePackages.js-beautify;
jsonnetfmt = jsonnet;
inherit (texlive.pkgs) latexindent;
lua-format = luaformatter;
mago_format = mago;
mago_lint = mago;
markdownlint = markdownlint-cli;