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

This commit is contained in:
Gaetan Lepage 2025-03-24 08:26:39 +01:00
parent 9aa79e0eae
commit 35ec52f1d9

View file

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