Revert "tests/plugins/texpresso: disable as the texpresso package is broken"

This reverts commit 35ec52f1d9.
This commit is contained in:
Gaetan Lepage 2025-03-26 23:46:35 +01:00
parent 3f73a301d6
commit 4945e634bc

View file

@ -1,8 +1,5 @@
{
empty = {
# TODO: added 2025-03-24
# pkgs.texpresso is broken
# https://github.com/NixOS/nixpkgs/issues/392649
plugins.texpresso.enable = false;
plugins.texpresso.enable = true;
};
}