Skip to content

Commit 2f38900

Browse files
Mic92mergify[bot]
authored andcommitted
webhookBaseUrl: avoid redundant string interpolation
1 parent 760aec7 commit 2f38900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/master.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ in
185185
type = lib.types.str;
186186
description = "URL base for the webhook endpoint that will be registered for github or gitea repos.";
187187
example = "https://buildbot-webhooks.numtide.com/";
188-
default = "${config.services.buildbot-master.buildbotUrl}";
188+
default = config.services.buildbot-master.buildbotUrl;
189189
};
190190

191191
outputsPath = lib.mkOption {

0 commit comments

Comments
 (0)