tests/plugins/openscad: re-enable on darwin

Builds for me locally.
This commit is contained in:
Austin Horstman 2024-08-19 16:09:45 -05:00
parent a1a3488779
commit ec9d299183
No known key found for this signature in database

View file

@ -1,7 +1,4 @@
{ 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 = { empty = {
plugins.openscad.enable = true; plugins.openscad.enable = true;
}; };