Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the nix-daemon Mac OS SSL CA cert
Mac OS multi-user installations are currently broken because all requests made by nix-daemon to the binary cache fail with: ``` unable to download ... Problem with the SSL CA cert (path? access rights?) (77). ``` This change ensures that the nix-daemon knows where to find the SSL CA cert file. Fixes NixOS#2899 and NixOS#3261.
- Loading branch information