Skip to content

fix(nix): Fix Nix on MacOS#1610

Merged
jeff-hykin merged 1 commit intodevfrom
jeff/fix/nix_mac
Mar 19, 2026
Merged

fix(nix): Fix Nix on MacOS#1610
jeff-hykin merged 1 commit intodevfrom
jeff/fix/nix_mac

Conversation

@jeff-hykin
Copy link
Member

@jeff-hykin jeff-hykin commented Mar 19, 2026

Problem

Not sure when the issue showed up (probably a lockfile change) but testing on my new mac, there was a problem with nix on macos.

Solution

The problem was actually coming from the patch itself (says its running out of memory). Using substituteInPlace avoids the issue. Confirmed working on both my old and new mac. Changes are exclusive to Mac.

Breaking Changes

None. Only affects macOS nix develop; Linux is unaffected.

How to Test

nix develop

(should succeed on macOS without the LCM build failure)

Contributor License Agreement

  • I have read and approved the CLA.

@jeff-hykin jeff-hykin changed the base branch from main to dev March 19, 2026 20:54
@jeff-hykin jeff-hykin changed the title fix(nix): LCM darwin build — use substituteInPlace for fsync patch fix(nix): Fix Nix on MacOS Mar 19, 2026
@jeff-hykin jeff-hykin merged commit c50d033 into dev Mar 19, 2026
17 checks passed
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.

2 participants