mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 19:40:06 +02:00
tests/none-ls: disable swift
This commit is contained in:
parent
890cc1438e
commit
6e22c9e8db
1 changed files with 5 additions and 3 deletions
|
@ -117,6 +117,11 @@
|
||||||
[
|
[
|
||||||
# TODO: re-enable when package is fixed
|
# TODO: re-enable when package is fixed
|
||||||
"prisma_format"
|
"prisma_format"
|
||||||
|
# TODO: added 2024-09-13
|
||||||
|
# Swift broken everywhere atm
|
||||||
|
"swiftformat"
|
||||||
|
"swift_format"
|
||||||
|
"swiftlint"
|
||||||
]
|
]
|
||||||
++ (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
|
||||||
|
@ -140,9 +145,6 @@
|
||||||
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
||||||
"semgrep"
|
"semgrep"
|
||||||
"smlfmt"
|
"smlfmt"
|
||||||
# As of 2024-03-11, swift-format is broken on aarch64
|
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
"swift_format"
|
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
# Enable every none-ls source that has an option
|
# Enable every none-ls source that has an option
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue