[PR #3] feat: add aarch64-linux support (Raspberry Pi 5) #34

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

📋 Pull Request Information

Original PR: https://github.com/openclaw/nix-openclaw/pull/3
Author: @connorads
Created: 1/14/2026
Status: 🔄 Open

Base: mainHead: feat/aarch64-linux


📝 Commits (2)

  • 0d95888 feat: add aarch64-linux support
  • 9f479e6 fix: use run helper instead of hardcoded /bin paths

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 flake.nix (+1 -1)
📝 nix/modules/home-manager/clawdbot.nix (+3 -3)

📄 Description

  • Add aarch64-linux to supported systems (enables Raspberry Pi 5, other ARM64 Linux devices)
  • Fix hardcoded /bin/mkdir and /bin/ln paths in home-manager activation scripts (NixOS doesn't have /bin/)

Testing

Tested on Raspberry Pi 5 running NixOS via nixos-raspberrypi:

  • Gateway builds and runs successfully
  • Home-manager activation completes without errors
  • Service starts and serves web UI on port 18789

🔄 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/3 **Author:** [@connorads](https://github.com/connorads) **Created:** 1/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/aarch64-linux` --- ### 📝 Commits (2) - [`0d95888`](https://github.com/openclaw/nix-openclaw/commit/0d95888a28a16efae7261f8c1246f1430d703328) feat: add aarch64-linux support - [`9f479e6`](https://github.com/openclaw/nix-openclaw/commit/9f479e6476d0eb06aeb542dd61a1047f34b1be2f) fix: use run helper instead of hardcoded /bin paths ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `flake.nix` (+1 -1) 📝 `nix/modules/home-manager/clawdbot.nix` (+3 -3) </details> ### 📄 Description - Add `aarch64-linux` to supported systems (enables Raspberry Pi 5, other ARM64 Linux devices) - Fix hardcoded `/bin/mkdir` and `/bin/ln` paths in home-manager activation scripts (NixOS doesn't have `/bin/`) ## Testing Tested on Raspberry Pi 5 running NixOS via nixos-raspberrypi: - Gateway builds and runs successfully - Home-manager activation completes without errors - Service starts and serves web UI on port 18789 --- <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:39 -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#34