[PR #4] [MERGED] fix(nix): add toolchain packages to clawdinator service path #3

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

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawdinators/pull/4
Author: @clawdinator[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @joshp123

Base: mainHead: fix/service-path-toolchain


📝 Commits (1)

  • 956fdcd fix(nix): add toolchain packages to clawdinator service path

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 nix/modules/clawdinator.nix (+1 -1)

📄 Description

Problem

Service PATH only had coreutils/git/rsync. Toolchain (gh, curl, jq, etc.) was in environment.systemPackages but not in the service's path.

Fix

Add toolchain.packages to systemd service path.

Testing

nix eval .#nixosConfigurations.clawdinator-1.config.systemd.services.clawdinator.path --json

Before: 3 packages
After: 21 packages (full toolchain)


🔄 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/clawdinators/pull/4 **Author:** [@clawdinator[bot]](https://github.com/apps/clawdinator) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@joshp123](https://github.com/joshp123) **Base:** `main` ← **Head:** `fix/service-path-toolchain` --- ### 📝 Commits (1) - [`956fdcd`](https://github.com/openclaw/clawdinators/commit/956fdcdc5ed3cc48f3664a0456339fb248e5ae2d) fix(nix): add toolchain packages to clawdinator service path ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `nix/modules/clawdinator.nix` (+1 -1) </details> ### 📄 Description ## Problem Service PATH only had coreutils/git/rsync. Toolchain (gh, curl, jq, etc.) was in `environment.systemPackages` but not in the service's path. ## Fix Add `toolchain.packages` to systemd service path. ## Testing ```bash nix eval .#nixosConfigurations.clawdinator-1.config.systemd.services.clawdinator.path --json ``` Before: 3 packages After: 21 packages (full toolchain) --- <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:17:40 -05:00
yindo closed this issue 2026-02-15 17:17:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawdinators#3