[PR #19] [CLOSED] fix: include docs/reference/templates in clawdbot-gateway package #42

Closed
opened 2026-02-15 17:04:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/nix-openclaw/pull/19
Author: @schickling
Created: 1/26/2026
Status: Closed

Base: mainHead: fix/include-templates-18


📝 Commits (1)

  • cd3b525 fix: 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

  • Include the docs/reference/templates directory in the clawdbot-gateway Nix package

Fixes #18

Problem

The templates directory was missing from the packaged output, causing runtime errors:

Error: Missing workspace template: AGENTS.md 
(/nix/store/.../lib/clawdbot/docs/reference/templates/AGENTS.md)

Solution

Added the necessary mkdir and cp commands to nix/scripts/gateway-install.sh to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/nix-openclaw/pull/19 **Author:** [@schickling](https://github.com/schickling) **Created:** 1/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/include-templates-18` --- ### 📝 Commits (1) - [`cd3b525`](https://github.com/openclaw/nix-openclaw/commit/cd3b52539a976a3debb8a814663d0813f203fed9) fix: include docs/reference/templates in clawdbot-gateway package ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nix/scripts/gateway-install.sh` (+4 -0) </details> ### 📄 Description ## Summary - Include the `docs/reference/templates` directory in the clawdbot-gateway Nix package Fixes #18 ## Problem The templates directory was missing from the packaged output, causing runtime errors: ``` Error: Missing workspace template: AGENTS.md (/nix/store/.../lib/clawdbot/docs/reference/templates/AGENTS.md) ``` ## Solution Added the necessary `mkdir` and `cp` commands to `nix/scripts/gateway-install.sh` to include the templates directory in the package output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:04:41 -05:00
yindo closed this issue 2026-02-15 17:04:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/nix-openclaw#42