Skip to content

Commit

Permalink
Merge pull request #4023 from maljub01/patch-2
Browse files Browse the repository at this point in the history
Fix the nix-daemon Mac OS SSL CA cert
  • Loading branch information
edolstra authored Sep 21, 2020
2 parents d93b373 + b7c0223 commit 18eb077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/launchd/org.nixos.nix-daemon.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>NIX_SSL_CERT_FILE</key>
<string>/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt</string>
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
<string>YES</string>
</dict>
Expand Down

0 comments on commit 18eb077

Please sign in to comment.