mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
Revert "tests/openscad: disable on darwin (broken package)"
This reverts commit 29fbcbc21b
.
This commit is contained in:
parent
49f9176f80
commit
9eb21bbdea
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
{ lib, pkgs, ... }:
|
{
|
||||||
# Ad of 2024-31-12, openscad is broken on darwin
|
|
||||||
# TODO: re-enable when fixed
|
|
||||||
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