Skip to content
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

potential upcoming macOS breakage around launchctl setenv #516

Closed
abathur opened this issue Jun 16, 2023 · 0 comments · Fixed by #527
Closed

potential upcoming macOS breakage around launchctl setenv #516

abathur opened this issue Jun 16, 2023 · 0 comments · Fixed by #527
Assignees
Labels
MacOS Darwin/MacOS
Milestone

Comments

@abathur
Copy link
Contributor

abathur commented Jun 16, 2023

Noticed a report of trouble percolating in CI that may start affecting this installer as well. My comment for context:

Invocation here:

execute_command(
Command::new("launchctl")
.process_group(0)
.arg("setenv")
.arg("NIX_SSL_CERT_FILE")
.arg(format!("{ssl_cert_file:?}"))
.stdin(std::process::Stdio::null()),
)

Nix 2.15+ happens to have a new config option that should skirt the need to use launchctl for this?

@Hoverbear Hoverbear self-assigned this Jun 19, 2023
@Hoverbear Hoverbear added this to the 0.9.2 milestone Jun 19, 2023
@Hoverbear Hoverbear added the MacOS Darwin/MacOS label Jun 19, 2023
@Hoverbear Hoverbear assigned Hoverbear and unassigned Hoverbear Jun 19, 2023
@Hoverbear Hoverbear mentioned this issue Jun 23, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MacOS Darwin/MacOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants