Skip to content

Commit 43412b3

Browse files
committed
plugins/conform-nvim: disable yamlfix (build failure)
fixed in NixOS/nixpkgs#455249
1 parent 9d2bab0 commit 43412b3

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
@@ -17,6 +17,12 @@ rec {
1717
# 2025-10-12 build failure on Darwin
1818
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
1919

20+
# 2025-10-24: build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
21+
yamlfix = sType.broken;
22+
23+
# 2025-10-24: build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455249)
24+
ufmt = sType.broken;
25+
2026
# 2025-09-13 build failure
2127
inko = sType.broken;
2228
# 2025-09-13 build failure

0 commit comments

Comments
 (0)