Skip to content

Commit 9f88962

Browse files
committed
fix syntax error if cachix is disabled
1 parent 1df661d commit 9f88962

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
@@ -162,7 +162,7 @@ in
162162
name=${builtins.toJSON cfg.cachix.name},
163163
signing_key_secret_name=${if cfg.cachix.signingKeyFile != null then builtins.toJSON "cachix-signing-key" else "None"},
164164
auth_token_secret_name=${if cfg.cachix.authTokenFile != null then builtins.toJSON "cachix-auth-token" else "None"},
165-
"}),
165+
)"},
166166
url=${builtins.toJSON config.services.buildbot-master.buildbotUrl},
167167
nix_eval_max_memory_size=${builtins.toJSON cfg.evalMaxMemorySize},
168168
nix_eval_worker_count=${if cfg.evalWorkerCount == null then "None" else builtins.toString cfg.evalWorkerCount},

0 commit comments

Comments
 (0)