plugins/efmls-configs: Correctly take into account toolPackages (#738)

This commit is contained in:
traxys 2023-11-23 23:26:32 +01:00 committed by GitHub
parent 5d3ea0430b
commit 49daf1e354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ in {
] ]
++ ( ++ (
builtins.map builtins.map
(v: toolPkgs.${v}) (v: cfg.toolPackages.${v})
nixvimPkgs.right nixvimPkgs.right
); );
}; };