We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2374da5 + 8e21e61 commit ebcfa04Copy full SHA for ebcfa04
src/libstore/unix/user-lock.cc
@@ -197,7 +197,7 @@ bool useBuildUsers()
197
#ifdef __linux__
198
static bool b = (settings.buildUsersGroup != "" || settings.autoAllocateUids) && isRootUser();
199
return b;
200
- #elif defined(__APPLE__) && defined(__FreeBSD__)
+ #elif defined(__APPLE__) || defined(__FreeBSD__)
201
static bool b = settings.buildUsersGroup != "" && isRootUser();
202
203
#else
0 commit comments