Since macOS 10.14 this has become an error, causing problems if the nix-daemon loads nix during substitution (this is a forked process). Workaround for #2523.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			672 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			672 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
						|
<plist version="1.0">
 | 
						|
  <dict>
 | 
						|
    <key>EnvironmentVariables</key>
 | 
						|
    <dict>
 | 
						|
      <key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
 | 
						|
      <string>YES</string>
 | 
						|
    </dict>
 | 
						|
    <key>Label</key>
 | 
						|
    <string>org.nixos.nix-daemon</string>
 | 
						|
    <key>KeepAlive</key>
 | 
						|
    <true/>
 | 
						|
    <key>RunAtLoad</key>
 | 
						|
    <true/>
 | 
						|
    <key>Program</key>
 | 
						|
    <string>@bindir@/nix-daemon</string>
 | 
						|
    <key>StandardErrorPath</key>
 | 
						|
    <string>/var/log/nix-daemon.log</string>
 | 
						|
    <key>StandardOutPath</key>
 | 
						|
    <string>/dev/null</string>
 | 
						|
  </dict>
 | 
						|
</plist>
 |