vectorcode: add bundled chromadb to path

This commit is contained in:
Sarah Clark
2025-06-23 14:01:49 -07:00
parent c841e4ba74
commit 10a5a91bc0
+10
View File
@@ -113,6 +113,16 @@ python.pkgs.buildPythonApplication rec {
installShellCompletion vectorcode.{bash,zsh}
'';
postFixup = ''
wrapProgram $out/bin/vectorcode \
--prefix PYTHONPATH : "$PYTHONPATH" \
--set PATH ${
lib.makeBinPath [
python
]
};
'';
pythonImportsCheck = [ "vectorcode" ];
nativeCheckInputs =