mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 06:35:05 +02:00
tests/plugins/none-ls: disable puppet_lint and prisma_format on darwin (prisma broken)
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
This commit is contained in:
parent
7988de00d6
commit
dff79d34f8
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