mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #274013 from philiptaron/fixing-things
nixos/jigasi: update to use literalExpression
This commit is contained in:
commit
091033d6c6
@ -96,7 +96,7 @@ in
|
||||
config = mkOption {
|
||||
type = attrsOf str;
|
||||
default = { };
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
{
|
||||
"org.jitsi.jigasi.auth.URL" = "XMPP:jitsi-meet.example.com";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user