mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
nixos/nextcloud: build manual without warnings
This commit is contained in:
parent
1ee008fcb5
commit
3498c5ff3c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in {
|
|||
The appid must be identical to the "id" value in the apps appinfo/info.xml.
|
||||
Using this will disable the appstore to prevent Nextcloud from updating these apps (see <xref linkend="opt-services.nextcloud.appstoreEnable" />).
|
||||
'';
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
{
|
||||
maps = pkgs.fetchNextcloudApp {
|
||||
name = "maps";
|
||||
|
|
Loading…
Reference in a new issue