tests/netman: disable test on darwin (broken)

This commit is contained in:
Gaetan Lepage 2024-01-04 23:00:37 +01:00 committed by Gaétan Lepage
parent fc3ad35196
commit 5a6ea0aa09

View file

@ -1,3 +1,7 @@
{pkgs, ...}:
# Fails on darwin with:
# E5113: Error while calling lua chunk: ...ckages/start/netman.nvim/lua/netman/tools/utils/init.lua:52: Unable to open netman utils cache
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin)
{
empty = {
plugins.netman.enable = true;