Skip to content

Commit e75f0aa

Browse files
committed
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
1 parent a86d115 commit e75f0aa

File tree

1 file changed

+2
-3
lines changed
  • tests/test-sources/plugins/by-name/texpresso

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
{ pkgs, ... }:
21
{
32
empty = {
4-
# texpresso is broken on darwin
5-
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
3+
# FIXME: texpresso is broken upstream
4+
plugins.texpresso.enable = false;
65
};
76
}

0 commit comments

Comments
 (0)