We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2bab0 commit 43412b3Copy full SHA for 43412b3
plugins/by-name/conform-nvim/formatter-packages.nix
@@ -17,6 +17,12 @@ rec {
17
# 2025-10-12 build failure on Darwin
18
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
19
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
26
# 2025-09-13 build failure
27
inko = sType.broken;
28
0 commit comments