opencode flake moving
This commit is contained in:
@@ -45,6 +45,18 @@
|
||||
"@modelcontextprotocol/server-sequential-thinking"
|
||||
];
|
||||
};
|
||||
discord_bot = {
|
||||
type = "local";
|
||||
command = [
|
||||
"npx"
|
||||
"-y"
|
||||
"@pyroprompts/mcp-stdio-to-streamable-http-adapter"
|
||||
];
|
||||
environment = {
|
||||
URI = "http://server.alexmickelson.guru:5678/mcp/";
|
||||
MCP_NAME = "discord_bot";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
configJson = pkgs.writeTextFile {
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
opencodeFlake = builtins.getFlake (toString ../../flakes/opencode);
|
||||
opencodeFlake = builtins.getFlake (toString ../flakes/opencode);
|
||||
nixgl = import
|
||||
(fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz")
|
||||
{ };
|
||||
|
||||
Reference in New Issue
Block a user