Fix MCP flake URL: use git+https to match other inputs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 22:53:06 -07:00
parent 60ee30045b
commit c0e0cefad3

View File

@@ -43,7 +43,7 @@
mcdeploy.url = "git+https://git@git.wntrmute.dev/kyle/mcdeploy";
mcdeploy.inputs.nixpkgs.follows = "nixpkgs";
mcp.url = "git+ssh://git@git.wntrmute.dev/mc/mcp.git";
mcp.url = "git+https://git@git.wntrmute.dev/mc/mcp";
mcp.inputs.nixpkgs.follows = "nixpkgs";
# exo.url = "git+https://git.wntrmute.dev/kyle/exo";