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