Skip to content

Fix nix shell environment on Darwin#680

Merged
pirbo merged 1 commit intoKappa-Dev:masterfrom
ReubenJ:fix-nix-shell-on-darwin
Mar 7, 2024
Merged

Fix nix shell environment on Darwin#680
pirbo merged 1 commit intoKappa-Dev:masterfrom
ReubenJ:fix-nix-shell-on-darwin

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.

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`.
@jiquiame
Copy link
Contributor

jiquiame commented Mar 7, 2024

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.

3 participants