From e3864d7d8988652b939e9217cbd122edb2bdc57b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 15 Mar 2025 09:29:14 -0500 Subject: [PATCH] tests/lua-5: fix `checkInterpreterPath` test name Checking a path location, not a patch. --- pkgs/development/interpreters/lua-5/tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/lua-5/tests/default.nix b/pkgs/development/interpreters/lua-5/tests/default.nix index 6d879ce43292..19146fdeb06e 100644 --- a/pkgs/development/interpreters/lua-5/tests/default.nix +++ b/pkgs/development/interpreters/lua-5/tests/default.nix @@ -60,7 +60,7 @@ let in pkgs.recurseIntoAttrs { - checkInterpreterPatch = + checkInterpreterPath = let golden_LUA_PATH = golden_LUA_PATHS.${lib.versions.majorMinor lua.version}; in