mirror of
https://github.com/openclaw/clawdinators.git
synced 2026-07-21 01:05:24 -04:00
[PR #4] [MERGED] fix(nix): add toolchain packages to clawdinator service path #3
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/clawdinators/pull/4
Author: @clawdinator[bot]
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @joshp123
Base:
main← Head:fix/service-path-toolchain📝 Commits (1)
956fdcdfix(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.systemPackagesbut not in the service's path.Fix
Add
toolchain.packagesto systemd service path.Testing
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.