diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-07-31T08·31+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-07-31T08·31+0200 |
commit | a2778988f2b70a5f000202afa7213b553350c72e (patch) | |
tree | 34d3273caa322a0928f683ecc836423c33c1b8b8 /src/build-remote | |
parent | 561e977f51c1d9ec55e4a70791958d4e214df465 (diff) | |
parent | fcb8d6a7a088622022364bde6534b2e4e804e4ed (diff) |
Merge branch 'macOS' of https://github.com/davidak/nix
Diffstat (limited to 'src/build-remote')
-rw-r--r-- | src/build-remote/build-remote.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc index d433e24913f7..4b7a24d03e9a 100644 --- a/src/build-remote/build-remote.cc +++ b/src/build-remote/build-remote.cc @@ -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; |