1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-22 00:41:14 +01:00

plugins/conform-nvim: disable yamlfix (build failure)

fixed in https://github.com/NixOS/nixpkgs/pull/455249
This commit is contained in:
Gaetan Lepage 2025-10-24 16:17:14 +02:00 committed by Gaétan Lepage
parent c4caa5f75b
commit e243afb59f

View file

@ -17,6 +17,12 @@ rec {
# 2025-10-12 build failure on Darwin # 2025-10-12 build failure on Darwin
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt; smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
# 2025-10-24: build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
yamlfix = sType.broken;
# 2025-10-24: build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455249)
ufmt = sType.broken;
# 2025-09-13 build failure # 2025-09-13 build failure
inko = sType.broken; inko = sType.broken;
# 2025-09-13 build failure # 2025-09-13 build failure