mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/openscad: disable on darwin (broken package)
This commit is contained in:
parent
80b5d141df
commit
29fbcbc21b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
{ lib, pkgs, ... }:
|
||||
# Ad of 2024-31-12, openscad is broken on darwin
|
||||
# TODO: re-enable when fixed
|
||||
lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
|
||||
empty = {
|
||||
plugins.openscad.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue