Skip to content

Commit

Permalink
webhookBaseUrl: avoid redundant string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed May 8, 2024
1 parent 760aec7 commit 2f38900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/master.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f38900

Please sign in to comment.