webhookBaseUrl: avoid redundant string interpolation
This commit is contained in:
parent
760aec7e07
commit
2f389003e6
|
@ -185,7 +185,7 @@ in
|
|||
type = lib.types.str;
|
||||
description = "URL base for the webhook endpoint that will be registered for github or gitea repos.";
|
||||
example = "https://buildbot-webhooks.numtide.com/";
|
||||
default = "${config.services.buildbot-master.buildbotUrl}";
|
||||
default = config.services.buildbot-master.buildbotUrl;
|
||||
};
|
||||
|
||||
outputsPath = lib.mkOption {
|
||||
|
|
Loading…
Reference in a new issue