1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00
This commit is contained in:
Eelco Dolstra 2017-07-31 10:31:51 +02:00
commit a2778988f2
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
8 changed files with 10 additions and 10 deletions

View file

@ -57,7 +57,7 @@ int main (int argc, char * * argv)
settings.builders = argv[5];
/* It would be more appropriate to use $XDG_RUNTIME_DIR, since
that gets cleared on reboot, but it wouldn't work on OS X. */
that gets cleared on reboot, but it wouldn't work on macOS. */
currentLoad = settings.nixStateDir + "/current-load";
std::shared_ptr<Store> sshStore;