Loading pkgs/development/python-modules/llm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ let }; # include tests for all the plugins tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames); tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests or { }) withPluginsArgNames); }; meta = { Loading Loading
pkgs/development/python-modules/llm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ let }; # include tests for all the plugins tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames); tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests or { }) withPluginsArgNames); }; meta = { Loading