Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nix shell environment on Darwin #680

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

ReubenJ
Copy link
Contributor

@ReubenJ ReubenJ commented Feb 23, 2024

Previously, on Apple computers with ARM chips, it was necessary to force the system type to x86_64/use Rosetta to use the nix shell environment. Now the Apple SDK and associated frameworks are available in Nix on Darwin, so it's possible to keep the system type as darwin.

I've updated shell.nix so that the necessary framework is included when the system type isDarwin.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Previously, on Apple computers with ARM chips, it was necessary to
force the system type to `x86_64`/use Rosetta. Now the Apple SDK
and frameworks are available in Nix on Darwin, so it's possible to
keep the system type as `darwin`.
@antoinepouille
Copy link
Contributor

Sounds good

@feret I'd say we merge this?

@pirbo pirbo merged commit 51de28d into Kappa-Dev:master Mar 7, 2024
@ReubenJ ReubenJ deleted the fix-nix-shell-on-darwin branch March 8, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants