From e75f0aac9071ddbb7ff7944ec47b7aff647d5227 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 1 Feb 2025 09:47:37 -0600 Subject: [PATCH] tests/texpresso: disable test Plugin is broken atm due to hash mismatch. --- tests/test-sources/plugins/by-name/texpresso/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test-sources/plugins/by-name/texpresso/default.nix b/tests/test-sources/plugins/by-name/texpresso/default.nix index be038b27..d3af81d9 100644 --- a/tests/test-sources/plugins/by-name/texpresso/default.nix +++ b/tests/test-sources/plugins/by-name/texpresso/default.nix @@ -1,7 +1,6 @@ -{ pkgs, ... }: { empty = { - # texpresso is broken on darwin - plugins.texpresso.enable = !pkgs.stdenv.isDarwin; + # FIXME: texpresso is broken upstream + plugins.texpresso.enable = false; }; }