feat: add nextcloud-mcp-server with 20 inlined Python deps #1

Merged
luis merged 29 commits from :main into main 2026-05-28 08:55:26 +02:00
Showing only changes of commit b73ef032a4 - Show all commits

View File

@@ -13,6 +13,8 @@ let
src = fetchPypi { src = fetchPypi {
inherit pname version hash; inherit pname version hash;
format = "wheel"; format = "wheel";
dist = "py3";
python = "py3";
}; };
inherit propagatedBuildInputs; inherit propagatedBuildInputs;
doCheck = false; doCheck = false;