mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/plugins/openscad: re-enable on darwin
Builds for me locally.
This commit is contained in:
parent
a1a3488779
commit
ec9d299183
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue