fix source path (no src/ prefix)

This commit is contained in:
2026-05-27 20:08:19 +02:00
parent 50e7ffca92
commit ef7969273d

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin $out/lib/${pname}
# Copy the server code from source
cp -r src/nextcloud_mcp_server $out/lib/${pname}/
cp -r nextcloud_mcp_server $out/lib/${pname}/
# The hermes-agent service already has a working venv with all deps
# Use that Python interpreter (it has PYTHONPATH set by the service env)