mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests: Install all efmls-configs tools (#709)
This requires to pass the efmls-configs file to the derivation helpers, if we try to import it from the test file directly it fails. We then look into the types to find the available languages & corresponding tools, to enable them all. We then filter out the broken tools or the unpackaged tools, in order to detect more easily the introduction of future tools.
This commit is contained in:
parent
fbe5169271
commit
1b44fe37a1
2 changed files with 67 additions and 2 deletions
|
@ -44,7 +44,13 @@
|
|||
then args
|
||||
else {
|
||||
# cases is a function
|
||||
cases = cases {inherit pkgs helpers;};
|
||||
cases = cases {
|
||||
inherit pkgs helpers;
|
||||
efmls-options = import ../plugins/lsp/language-servers/efmls-configs.nix {
|
||||
inherit pkgs lib helpers;
|
||||
config = {};
|
||||
};
|
||||
};
|
||||
inherit namespace;
|
||||
})
|
||||
testsList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue