mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 05:35:30 -04:00
[PR #19] [CLOSED] fix: include docs/reference/templates in clawdbot-gateway package #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/nix-openclaw/pull/19
Author: @schickling
Created: 1/26/2026
Status: ❌ Closed
Base:
main← Head:fix/include-templates-18📝 Commits (1)
cd3b525fix: include docs/reference/templates in clawdbot-gateway package📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
nix/scripts/gateway-install.sh(+4 -0)📄 Description
Summary
docs/reference/templatesdirectory in the clawdbot-gateway Nix packageFixes #18
Problem
The templates directory was missing from the packaged output, causing runtime errors:
Solution
Added the necessary
mkdirandcpcommands tonix/scripts/gateway-install.shto include the templates directory in the package output.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.