Skip to content

Conversation

@connorads
Copy link

@connorads connorads commented Jan 15, 2026

  • 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

Enable building on ARM64 Linux (e.g., Raspberry Pi 5).

The gateway package already handles aarch64 architecture detection
via pnpmArch - this just adds the system to the supported list.
NixOS doesn't have /bin/mkdir or /bin/ln - use home-manager's
run helper which works cross-platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant