Intel macOS instructions recommend Determinate Nix, which no longer supports x86_64-darwin #23

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

Originally created by @jonathon-walker on GitHub (Feb 2, 2026).

Problem

The README lists Intel macOS (x86_64-darwin) as supported and recommends Determinate Nix:

Requirements

  1. macOS (Apple Silicon or Intel) or Linux (x86_64)
  2. Determinate Nix installed on your machine

However, Determinate Nix dropped Intel macOS support in v3.13.2 (November 2025). From the changelog:

Now that Apple is well on its way to transitioning to Apple Silicon, we feel it's time to discontinue our support for Determinate Nix on Intel Macs (x86_64-darwin in Nix terms) and support Apple Silicon (aarch64-darwin) exclusively.

Since nix-openclaw doesn't require Determinate-specific features, this is a documentation issue rather than a compatibility issue.

Note: Line 64 also references Determinate Nix:

Don't have Nix yet? Follow the Determinate Nix install guide, then come back here.

Suggested fix

Update the Requirements section to clarify that Intel Mac users should use the official Nix installer instead:

  1. Nix installed on your machine — Determinate Nix (Apple Silicon) or official installer (Intel macOS, Linux)
Originally created by @jonathon-walker on GitHub (Feb 2, 2026). ### Problem The README lists Intel macOS (`x86_64-darwin`) as supported and recommends Determinate Nix: > **Requirements** > 1. **macOS** (Apple Silicon or Intel) or **Linux** (x86_64) > 2. **[Determinate Nix](https://docs.determinate.systems/determinate-nix/)** installed on your machine However, **Determinate Nix dropped Intel macOS support in v3.13.2** (November 2025). From the [changelog](https://determinate.systems/blog/changelog-determinate-nix-3132/): > Now that Apple is well on its way to transitioning to Apple Silicon, we feel it's time to discontinue our support for Determinate Nix on Intel Macs (`x86_64-darwin` in Nix terms) and support Apple Silicon (`aarch64-darwin`) exclusively. Since nix-openclaw doesn't require Determinate-specific features, this is a documentation issue rather than a compatibility issue. **Note:** Line 64 also references Determinate Nix: > **Don't have Nix yet?** Follow the Determinate Nix install guide, then come back here. ### Suggested fix Update the Requirements section to clarify that Intel Mac users should use the [official Nix installer](https://nixos.org/download/) instead: > 2. **Nix** installed on your machine — [Determinate Nix](https://docs.determinate.systems/determinate-nix/) (Apple Silicon) or [official installer](https://nixos.org/download/) (Intel macOS, Linux)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/nix-openclaw#23