vectorcode: add python passthru

This allows accessing the overridden chromadb in the overridden python
instance.
This commit is contained in:
Matt Sturgeon
2025-06-24 15:45:59 +01:00
parent 663fb4f23e
commit f40c509665
+6
View File
@@ -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";