mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests/all-package-defaults: disable skim
Broken on linux too
This commit is contained in:
committed by
Gaétan Lepage
parent
6085624c3e
commit
97f93f6c19
@@ -33,6 +33,9 @@ let
|
||||
|
||||
# 2025-10-12 dependency mbedtls is marked as insecure
|
||||
"haxe"
|
||||
|
||||
# 2026-02-05: build failure
|
||||
"skim"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# "tabnine"
|
||||
@@ -118,9 +121,6 @@ let
|
||||
"wl-clipboard" # wayland
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
|
||||
# 2026-02-05: build failure
|
||||
"skim"
|
||||
|
||||
# 2026-02-05: dependency gdb is broken
|
||||
"nimlangserver"
|
||||
"nimlsp"
|
||||
|
||||
Reference in New Issue
Block a user