mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 23:41:43 +02:00
tests/plugins/none-ls: disable puppet_lint and prisma_format on darwin (prisma broken)
This commit is contained in:
parent
0120d18c6b
commit
a174eedea6
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@
|
|||
"rego"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# TODO 2025-07-25 prisma build failure
|
||||
"prisma_format"
|
||||
"puppet_lint"
|
||||
# TODO 2025-04-20 build failure
|
||||
"ansiblelint"
|
||||
# TODO 2025-06-24 build failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue