tests/texpresso: re-enable test on darwin

This commit is contained in:
Gaetan Lepage 2025-02-04 08:43:05 +01:00 committed by Matt Sturgeon
parent 2d4db5a41f
commit d709c12cdd
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

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