mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 13:31:09 +01:00
tests/plugins: disable grug-far (flaky dependency)
This commit is contained in:
parent
59eac82ac6
commit
af51ab6dce
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{ lib, ... }:
|
||||||
|
# Disable as luajitPackages.grug-far-nvim is flaky
|
||||||
|
lib.optionalAttrs false {
|
||||||
empty = {
|
empty = {
|
||||||
plugins.grug-far.enable = true;
|
plugins.grug-far.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue