mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
Revert "plugins/conform-nvim: disable yamlfix (build failure)"
This reverts commit e243afb59f.
This commit is contained in:
parent
bbc36c53c7
commit
9069a2e0a0
1 changed files with 0 additions and 6 deletions
|
|
@ -17,12 +17,6 @@ rec {
|
|||
# 2025-10-12 build failure on Darwin
|
||||
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
|
||||
inko = sType.broken;
|
||||
# 2025-09-17 build failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue