Fix OpenClaw gateway launch: binary renamed openclaw, add gateway subcommand

The nix-openclaw package renamed the binary from openclaw-gateway to
openclaw, and the gateway now runs as a subcommand. Also adds CLAUDE.md
and openclaw-todo.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
DannyDannyDanny 2026-03-20 09:36:39 +01:00
parent dc8011d880
commit 494bc8a5f4
4 changed files with 114 additions and 1 deletions

View file

@ -189,6 +189,7 @@
wget # downloader
# azure-cli # TODO: remove this Azure cli tool
gh # github cli tool
claude-code # Anthropic agentic coding CLI
forgejo-cli # forgejo/codeberg cli (provides fj)
git # version control
jujutsu # Git alternative

View file

@ -66,7 +66,8 @@ in
config = {
ProgramArguments = [
(config.home.homeDirectory + "/.local/bin/openclaw-gateway-wrapper")
"${pkgs.openclaw}/bin/openclaw-gateway"
"${pkgs.openclaw}/bin/openclaw"
"gateway"
];
RunAtLoad = true;
KeepAlive = true;