Skip to content

Commit

Permalink
tests/openscad: disable on darwin (broken package)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 31, 2024
1 parent 80b5d14 commit 29fbcbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test-sources/plugins/by-name/openscad/default.nix
Original file line number Diff line number Diff line change
@@ -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;
};
Expand Down

0 comments on commit 29fbcbc

Please sign in to comment.