-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
nix: fix stdenv.system check -- should be hostPlatform #39666
Conversation
(stdenv.system is the system running the build, apparently)
Success on x86_64-linux (full log) Attempted: nix Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: nix Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: nix Partial log (click to expand)
|
Sounds like something that could be fixed in stdenv as well, given that |
I think leaving it this way was done "on purpose" to accommodate something; I agree that it seems like a stdenv bug to have cc @Ericson2314 who may know more. |
Yes because |
See the checklist in #27069 |
Okay, thanks! Just wanted to be sure, and thanks for the reference :). |
Well, there is no real requirement of having the |
Indeed, but people would probably assume that e.g. |
Uh, I'm confused now. |
@dezgeg Ohhh you are saying that we do a |
(stdenv.system is the system of the builder, for ... reasons)
Fixes cross from or to armv6l.
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)