forked from mirrors/nixpkgs
services/nextcloud: impossible error message
This commit is contained in:
parent
5f4d5fcfa4
commit
3fbc2a433d
|
@ -783,7 +783,7 @@ in {
|
|||
|
||||
$CONFIG = array_replace_recursive($CONFIG, nix_decode_json_file(
|
||||
"${jsonFormat.generate "nextcloud-extraOptions.json" cfg.extraOptions}",
|
||||
"decoding json extra options file failed"
|
||||
"impossible: this should never happen (decoding generated extraOptions file %s failed)"
|
||||
));
|
||||
|
||||
${optionalString (cfg.secretFile != null) ''
|
||||
|
|
Loading…
Reference in a new issue