Skip to content

Commit

Permalink
fix(tests): disable freetube on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored and getchoo committed Jan 12, 2025
1 parent d48a86d commit 5478233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tests/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
cava.enable = lib.mkVMOverride false; # NOTE: this may actually work on darwin, but the package is currently not supported
chromium.enable = lib.mkVMOverride false;
foot.enable = lib.mkVMOverride false;
freetube.enable = lib.mkVMOverride false; # NOTE: currently fails to build
fuzzel.enable = lib.mkVMOverride false;
ghostty.enable = lib.mkVMOverride false; # TODO: Remove when Darwin support is added
hyprlock.enable = lib.mkVMOverride false;
Expand Down

0 comments on commit 5478233

Please sign in to comment.