| 19 Dec 2025 |
kdn | not sure, it's Mac Mini M2, probably 12 | 14:03:36 |
emily | also what Nix are you using? | 14:03:54 |
kdn | nix (Lix, like Nix) 2.93.3 | 14:04:14 |
emily | thanks. can you cat /Library/LaunchDaemons/org.nixos.nix-daemon.plist | 14:04:43 |
kdn | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>NIX_SSL_CERT_FILE</key>
<string>/etc/ssl/certs/ca-certificates.crt</string>
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
<string>YES</string>
</dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>org.nixos.nix-daemon</string>
<key>LowPriorityIO</key>
<false/>
<key>ProcessType</key>
<string>Standard</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>-c</string>
<string>/bin/wait4path /nix/store && exec /nix/store/wags9ajivrc1r24z9qx5glny5n8q5i4g-lix-2.93.3/bin/nix-daemon</string>
</array>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>1048576</integer>
</dict>
</dict>
</plist>
| 14:09:00 |
kdn | I'm actually having build failures for version 2.94.0 (updating flake today) | 14:09:36 |