Skip to content

Bump Nix version#160

Merged
Mic92 merged 2 commits intomainfrom
bump-nix-version
Mar 10, 2026
Merged

Bump Nix version#160
Mic92 merged 2 commits intomainfrom
bump-nix-version

Conversation

@github-actions
Copy link
Contributor

Automated Nix version bump

@Mic92 Mic92 force-pushed the bump-nix-version branch from 8e524f8 to 5849f4a Compare March 10, 2026 17:28
@Mic92 Mic92 enabled auto-merge March 10, 2026 17:29
Nix 2.34 uses std::pmr::memory_resource in libnixexpr, which was
introduced in LLVM 16's libc++ and first shipped with macOS 14
(Sonoma).  Since the Nix binaries link against the system
/usr/lib/libc++.1.dylib, running them on older macOS versions causes
a dyld abort with a cryptic "Symbol not found" error (see #159).

Check kern.osproductversion early in pre_install_check() so users get
a clear, actionable message instead of a runtime linker crash halfway
through the install.
@Mic92 Mic92 added this pull request to the merge queue Mar 10, 2026
Merged via the queue into main with commit a7b4fe7 Mar 10, 2026
20 checks passed
@Mic92 Mic92 deleted the bump-nix-version branch March 10, 2026 18:27
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