Revert "tests/texpresso: disable test"

This reverts commit e75f0aac90.
This commit is contained in:
Gaetan Lepage 2025-02-03 14:33:14 +01:00 committed by Matt Sturgeon
parent ba2e2a1f69
commit 2d4db5a41f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

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