Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-12 | Provide a builtin default for $NIX_SSL_CERT_FILE | Eelco Dolstra | 1 | -5/+0 | |
This is mostly to ensure that when Nix is started on macOS via a launchd service or sshd (for a remote build), it gets a certificate bundle. | |||||
2017-05-05 | Figure out the user's home directory if $HOME is not set | Eelco Dolstra | 1 | -2/+0 | |
2017-03-05 | nix-daemon.plist: Set XDG_CACHE_HOME | Shea Levy | 1 | -0/+2 | |
2016-10-13 | SSL_CERT_FILE -> NIX_SSL_CERT_FILE | Eelco Dolstra | 1 | -1/+1 | |
This prevents collisions with the "native" OpenSSL, in particular on OS X. Fixes #921. | |||||
2016-08-12 | launchd: Set $SSL_CERT_FILE | Eelco Dolstra | 1 | -0/+5 | |
Otherwise in particular https://cache.nixos.org won't work in the daemon. | |||||
2014-11-04 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2014-11-04 | Add a launchd configuration file to run nix-daemon | Eelco Dolstra | 2 | -0/+21 | |