From c351af103f7a5a4228ab9f31bc1e3646c1987a98 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 14 Dec 2024 17:27:59 -0600 Subject: [PATCH] tests/efmls-configs: fix eval error --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-sources/plugins/by-name/efmls-configs/default.nix b/tests/test-sources/plugins/by-name/efmls-configs/default.nix index 2c5bbcf6..7bdb88f1 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -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