tests: re-enable tests that work

This commit is contained in:
Gaetan Lepage 2025-03-04 10:09:08 +01:00 committed by Gaétan Lepage
parent 6f8d8f7aee
commit 9851246241
29 changed files with 36 additions and 180 deletions

View file

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