diff --git a/nix/master.nix b/nix/master.nix index 5eda0a7..18bc93f 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -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 {