From c0e0cefad3df35214837432091869cd9406f0d52 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 26 Mar 2026 22:53:06 -0700 Subject: [PATCH] Fix MCP flake URL: use git+https to match other inputs Co-Authored-By: Claude Opus 4.6 (1M context) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 436d0f2..1487de6 100644 --- a/flake.nix +++ b/flake.nix @@ -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";