Drop nerd-icons-dired test

Dependency dropped upstream along with ranger support.
This commit is contained in:
Marien Zwart 2024-08-19 21:58:04 +10:00
parent 28e4179338
commit 1837ca5d34
No known key found for this signature in database

View file

@ -95,8 +95,6 @@ in {
flycheck-eglot = doomBuildTest { tools.lsp = [ "+eglot" ]; checkers.syntax = true; }; flycheck-eglot = doomBuildTest { tools.lsp = [ "+eglot" ]; checkers.syntax = true; };
# roam2 needs +roam disabled. # roam2 needs +roam disabled.
org-roam2 = doomBuildTest { lang.org = [ "+roam2" ]; }; org-roam2 = doomBuildTest { lang.org = [ "+roam2" ]; };
# nerd-icons-dired needs +dirvish disabled.
nerd-icons-dired = doomBuildTest { emacs.dired = [ "+icons" ]; };
# multiple-cursors needs :editor evil disabled. # multiple-cursors needs :editor evil disabled.
multiple-cursors = doomBuildTest { editor.multiple-cursors = true; }; multiple-cursors = doomBuildTest { editor.multiple-cursors = true; };
# flx needs +prescient disabled. # flx needs +prescient disabled.