-
-
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
[macOS] NIX_SSL_CERT_FILE: unbound variable #2193
Comments
The installer was rolled back to 2.0.2 on the website, so this should be solved for now. There is also a patch merged to master, to be merged and released as 2.0.4. Thank you, and so sorry for the problem. I'm going to work on a testing matrix to do a more thorough testing of the installers prior to release. |
Thanks for sorting it out so quickly! I know Nix on OS X doesn't get as many eyes so I'm glad to help :) |
Actually ... it is worse than it seems. The PR breaking this on macOS was written for a deployment to macOS hosts. I evidently failed to test the case where NIX_SSL_CERT_FILE isn't set before running the installer. I thought I had. In fact, I thought I had tested it this morning -- not a case of not trying, but I thought the variable was unset! I don't know how I made that mistake. Thank you for reporting it, I will try to not ever let this happen again. |
(cherry picked from commit 6ba1726)
(cherry picked from commit 6ba1726)
I believe this patch has introduced an error when installing on OS X without
NIX_SSL_CERT_FILE being set in the environment:
c4b9486
I was able to work around with
export NIX_SSL_CERT_FILE=""
before runninginstall-nix
.The text was updated successfully, but these errors were encountered: