-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
packaging: Set darwinMinVersion to fix x86_64-darwin build #11080
Conversation
Ported from NixOS/nixpkgs#326172 Co-authored-by: Emily <vcs@emily.moe>
@@ -11,11 +11,28 @@ | |||
versionSuffix, | |||
}: | |||
|
|||
let | |||
prevStdenv = stdenv; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prevStdenv = stdenv; | |
# Prepare to shadow stdenv in the next scope | |
prevStdenv = stdenv; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or do we want to use args.stdenv
and then shadow stdenv
immediately? That might tempt us to use args.stdenv
somewhere by accident, probably by forwarding args
somewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got my sshing to Darwin working again, and now I need this for it to work, so let's decide soon! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's understandavle as is, cannrefacotr later.
This comment was marked as resolved.
This comment was marked as resolved.
It didn't fix in the dev shell for me, but I assume that's because the dev shell is using a different |
Eh, sorry… I forgot to pull. |
Motivation
Broken build is no good.
Context
TODO: Add x86_64-darwin CI. GitHub switched us to aarch64 some time earlier.
Priorities and Process
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.