forked from lix-project/hydra
hydra-queue-runner: don't try to distribute builds on localhost
This commit is contained in:
parent
c82f51751d
commit
f020f7efef
|
@ -50,7 +50,7 @@ static void openConnection(Machine::ptr machine, Path tmpDir, int stderrFD, Chil
|
|||
Strings argv;
|
||||
if (machine->isLocalhost()) {
|
||||
pgmName = "nix-store";
|
||||
argv = {"nix-store", "--serve", "--write"};
|
||||
argv = {"nix-store", "--builders", "", "--serve", "--write"};
|
||||
}
|
||||
else {
|
||||
pgmName = "ssh";
|
||||
|
|
Loading…
Reference in a new issue