mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
tests/plugins/none-ls: disable prisma_format test (broken package)
This commit is contained in:
parent
a9ffb6c958
commit
f7cdecbad8
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,8 @@
|
||||||
"d2_fmt"
|
"d2_fmt"
|
||||||
# TODO: can this be re-enabled?
|
# TODO: can this be re-enabled?
|
||||||
"yamlfix"
|
"yamlfix"
|
||||||
|
# TODO: re-enable when package is fixed
|
||||||
|
"prisma_format"
|
||||||
]
|
]
|
||||||
++ (lib.optionals (pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64) [
|
++ (lib.optionals (pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64) [
|
||||||
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
||||||
|
@ -148,6 +150,7 @@
|
||||||
"swift_format"
|
"swift_format"
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
|
|
||||||
# Enable every none-ls source that has an option
|
# Enable every none-ls source that has an option
|
||||||
lib.mapAttrs (
|
lib.mapAttrs (
|
||||||
_:
|
_:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue