3
0
Fork 0
forked from mirrors/nixpkgs

services/nextcloud: impossible error message

This commit is contained in:
stuebinm 2022-07-06 11:57:44 +02:00
parent 5f4d5fcfa4
commit 3fbc2a433d

View file

@ -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) ''