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 5afdbe50fb - Show all commits
@@ -14,8 +14,6 @@ let
src = fetchPypi {
inherit pname version hash;
format = "wheel";
dist = "py3";
python = "py3";
};
inherit propagatedBuildInputs;
doCheck = false;