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.
1 parent 90fb25d commit a039851Copy full SHA for a039851
modules/nixos/buildbot.nix
@@ -75,7 +75,7 @@ in
75
showTrace = true;
76
evalMaxMemorySize = 4096;
77
evalWorkerCount = 32;
78
- jobReportLimit = 0;
+ cacheFailedBuilds = true;
79
workersFile = config.sops.templates.buildbot-nix-workers.path;
80
cachix = {
81
enable = true;
0 commit comments