diff --git a/pkgs/by-name/ve/vectorcode/package.nix b/pkgs/by-name/ve/vectorcode/package.nix index 6113bfa084ca..ca61d11be394 100644 --- a/pkgs/by-name/ve/vectorcode/package.nix +++ b/pkgs/by-name/ve/vectorcode/package.nix @@ -148,6 +148,12 @@ python.pkgs.buildPythonApplication rec { "test_supported_rerankers_initialization" ]; + passthru = { + # Expose these overridden inputs for debugging + inherit python; + inherit (python.pkgs) chromadb; + }; + meta = { description = "Code repository indexing tool to supercharge your LLM experience"; homepage = "https://github.com/Davidyz/VectorCode";