mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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 = {
|
||||
plugins.openscad.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue