mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Merge branch 'macOS' of https://github.com/davidak/nix
This commit is contained in:
commit
a2778988f2
8 changed files with 10 additions and 10 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