tests/openscad: disable test on darwin (broken)

This commit is contained in:
Gaetan Lepage 2024-01-04 22:39:31 +01:00 committed by Gaétan Lepage
parent f9eda14f67
commit fc3ad35196

View file

@ -1,3 +1,7 @@
{pkgs, ...}:
# As of 2024-01-04, vimPlugins.openscad is broken on darwin
# TODO: re-enable this test when fixed
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin)
{
empty = {
plugins.openscad.enable = true;