mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
replace "OS X" with "macOS"
This commit is contained in:
parent
92bcb61127
commit
fcb8d6a7a0
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue