mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-22 08:51:14 +01:00
plugins/conform-nvim: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455249
This commit is contained in:
parent
c4caa5f75b
commit
e243afb59f
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue