plugins/dap: fix adapters generation
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled

This commit is contained in:
wadsaek 2025-12-23 21:39:58 +02:00 committed by Austin Horstman
parent 5ead6bfb2d
commit 48b23bdae0

View file

@ -118,7 +118,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
options = { options = {
inherit (cfg) configurations; inherit (cfg) configurations;
adapters = lib.mkMerge [ adapters = lib.lists.foldr (x: y: x // y) { } [
(lib.removeAttrs (cfg.adapters or { }) [ (lib.removeAttrs (cfg.adapters or { }) [
"executables" "executables"
"servers" "servers"