File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -333,19 +333,19 @@ void Worker::run(const Goals & _topGoals)
333
333
if (getMachines ().empty ())
334
334
throw Error (
335
335
R"(
336
- unable to start any build;
336
+ Unable to start any build;
337
337
either increase '--max-jobs' or enable remote builds.
338
338
339
- for more information run 'man nix.conf' and search for '/machines'
339
+ For more information run 'man nix.conf' and search for '/machines'.
340
340
)"
341
341
);
342
342
else
343
343
throw Error (
344
344
R"(
345
- unable to start any build;
345
+ Unable to start any build;
346
346
remote machines may not have all required system features.
347
347
348
- for more information run 'man nix.conf' and search for '/machines'
348
+ For more information run 'man nix.conf' and search for '/machines'.
349
349
)"
350
350
);
351
351
You can’t perform that action at this time.
0 commit comments