Skip to content

Conversation

EricCrosson
Copy link
Contributor

Thanks for your work on atuin! I've loved using it over the past year.

According to nixos.org1, the darwin.apple_sdk frameworks have been stubs for some time, and are now removed. Evaluating atuin on darwin on nixpkgs-unstable results in the following evaluation error:

error: darwin.apple_sdk_11_0 has been
  removed as it was a legacy compatibility stub; see
  <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks>
  for migration instructions

According to those linked docs, the fix is to remove references to these SDKs, which will not have any other effect since they were stubs anyway.

Checks

  • I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle
  • I have checked that there are no existing pull requests for the same thing

Footnotes

  1. https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks

According to nixos.org[^1], the `darwin.apple_sdk` frameworks have been
stubs for some time, and are now removed. Evaluating `atuin` on darwin
on `nixpkgs-unstable` results in the following evaluation error:

```
error: darwin.apple_sdk_11_0 has been
  removed as it was a legacy compatibility stub; see
  <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks>
  for migration instructions
```

According to those linked docs, the fix is to remove references to these
SDKs, which will not have any other effect since they were stubs anyway.

[^1]: https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks
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