Skip to content

Commit 55345a3

Browse files
committed
remove broken packages
Signed-off-by: saygo-png <[email protected]>
1 parent 8a1ca10 commit 55345a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/by-name/conform-nvim/formatter-packages.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
let
66
unpackaged = null;
77
ignore = null;
8+
broken = null;
89
in
910
with pkgs;
1011
{
12+
# 2025-09-13 build failure
13+
inko = broken;
14+
# 2025-09-13 build failure
15+
commitmsgfmt = broken;
16+
1117
format-queries = ignore; # Uses neovim itself
1218
init = ignore; # Internal thingamajig
1319
injected = ignore; # Internal formatter

0 commit comments

Comments
 (0)