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 e603bac commit 685491fCopy full SHA for 685491f
nix/master.nix
@@ -778,11 +778,7 @@ in
778
};
779
780
systemd.tmpfiles.rules =
781
- [
782
- # delete legacy gcroot location, can be dropped after 2024-06-01
783
- "R /var/lib/buildbot-worker/gcroot - - - - -"
784
- ]
785
- ++ lib.optional (cfg.outputsPath != null)
+ lib.optional (cfg.outputsPath != null)
786
# Allow buildbot-master to write to this directory
787
"d ${cfg.outputsPath} 0755 buildbot buildbot - -";
788
0 commit comments