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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user