about summary refs log tree commit diff
path: root/src/build-remote
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-07-31T08·31+0200
committerEelco Dolstra <edolstra@gmail.com>2017-07-31T08·31+0200
commita2778988f2b70a5f000202afa7213b553350c72e (patch)
tree34d3273caa322a0928f683ecc836423c33c1b8b8 /src/build-remote
parent561e977f51c1d9ec55e4a70791958d4e214df465 (diff)
parentfcb8d6a7a088622022364bde6534b2e4e804e4ed (diff)
Merge branch 'macOS' of https://github.com/davidak/nix
Diffstat (limited to 'src/build-remote')
-rw-r--r--src/build-remote/build-remote.cc2
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;