We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebd4d50 + 8ac1130 commit ad6dbecCopy full SHA for ad6dbec
misc/launchd/org.nixos.nix-daemon.plist.in
@@ -2,6 +2,11 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>EnvironmentVariables</key>
6
+ <dict>
7
+ <key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
8
+ <string>YES</string>
9
+ </dict>
10
<key>Label</key>
11
<string>org.nixos.nix-daemon</string>
12
<key>KeepAlive</key>
0 commit comments