tests/texpresso: re-enable test on darwin

This commit is contained in:
Gaetan Lepage
2025-02-05 15:56:27 +00:00
committed by Matt Sturgeon
parent 2d4db5a41f
commit d709c12cdd
@@ -1,7 +1,5 @@
{ pkgs, ... }:
{
empty = {
# texpresso is broken on darwin
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
plugins.texpresso.enable = true;
};
}