mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
tests/efmls-configs: fix eval error
This commit is contained in:
parent
fd279c892d
commit
c351af103f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
# Look into `nestedTypes.left` for the enum
|
||||
possible = toolType.nestedTypes.elemType;
|
||||
# possible is an enum, look into functor.payload for the variants
|
||||
toolList = possible.functor.payload;
|
||||
toolList = possible.functor.payload.values;
|
||||
in
|
||||
builtins.filter (t: !builtins.elem t (brokenTools ++ unpackaged)) toolList;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue