tests/neotest: disable on darwin

Upstream package failing to build in sandbox. Cannot set a package to
null so just disabling those tests on darwin.
This commit is contained in:
Austin Horstman 2024-09-15 12:05:05 -05:00
parent f88402d5a7
commit ccc2469e4f
No known key found for this signature in database
21 changed files with 90 additions and 23 deletions

View file

@ -1,5 +1,8 @@
{ lib, pkgs, ... }:
{
example = {
# TODO: added 2024-09-15
# TODO: Re-enable when upstream builds in darwin sandbox
example = lib.mkIf pkgs.stdenv.isLinux {
plugins = {
treesitter.enable = true;
neotest = {