1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

tests/texpresso: disable test

Plugin is broken atm due to hash mismatch.
This commit is contained in:
Austin Horstman 2025-02-01 09:47:37 -06:00
parent a86d11507f
commit e75f0aac90
No known key found for this signature in database

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{ {
empty = { empty = {
# texpresso is broken on darwin # FIXME: texpresso is broken upstream
plugins.texpresso.enable = !pkgs.stdenv.isDarwin; plugins.texpresso.enable = false;
}; };
} }