1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

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

This reverts commit e243afb59f.
This commit is contained in:
Gaetan Lepage 2025-10-25 18:28:00 +02:00 committed by Austin Horstman
parent bbc36c53c7
commit 9069a2e0a0

View file

@ -17,12 +17,6 @@ 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-17 build failure # 2025-09-17 build failure