hotfix: missing comma for arguments list
Urgh... Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
10fc1417b5
commit
825dbc5325
|
@ -148,7 +148,7 @@ in
|
|||
outputs_path=${if cfg.outputsPath == null then "None" else builtins.toJSON cfg.outputsPath},
|
||||
prometheus_config=${if (!cfg.prometheus.enable) then "None" else builtins.toJSON {
|
||||
inherit (cfg.prometheus) address port;
|
||||
}}
|
||||
}},
|
||||
# Signing key file must be available on the workers and readable.
|
||||
signing_keyfile=${if cfg.signingKeyFile == null then "None" else builtins.toJSON cfg.signingKeyFile},
|
||||
binary_cache_config=${if (!cfg.binaryCache.enable) then "None" else builtins.toJSON {
|
||||
|
|
Loading…
Reference in a new issue