mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/openscad: disable on darwin (broken dependency)
https://github.com/NixOS/nixpkgs/issues/411700
This commit is contained in:
parent
138dd37c1f
commit
af5a0deadd
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
{ lib, pkgs, ... }:
|
||||
# TODO: Added 2025-05-28
|
||||
# `opencsg` fails to build on darwin
|
||||
# https://github.com/NixOS/nixpkgs/issues/411700
|
||||
lib.optionalAttrs (!pkgs.stdenv.hostPlatform.isDarwin) {
|
||||
empty = {
|
||||
plugins.openscad.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue