mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-05 14:54:33 +02:00
tests/netman: disable test on darwin (broken)
This commit is contained in:
parent
fc3ad35196
commit
5a6ea0aa09
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
empty = {
|
||||||
plugins.netman.enable = true;
|
plugins.netman.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue