mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
This commit is contained in:
parent
a86d11507f
commit
e75f0aac90
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
# texpresso is broken on darwin
|
# FIXME: texpresso is broken upstream
|
||||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
plugins.texpresso.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue