plugins/none-ls: disable fantomas test for darwin

This commit is contained in:
Gaetan Lepage 2023-10-28 16:29:50 +02:00 committed by Gaétan Lepage
parent 283c46624c
commit 9004ffe32f

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
# Empty configuration
empty = {
plugins.none-ls.enable = true;
@ -66,7 +66,7 @@
cbfmt.enable = true;
eslint.enable = true;
eslint_d.enable = true;
fantomas.enable = true;
fantomas.enable = pkgs.stdenv.isLinux;
fnlfmt.enable = true;
fourmolu.enable = true;
gofmt.enable = true;