nixos/nextcloud: fix typo in extraApps example (#404314)

This commit is contained in:
Riyyi
2025-05-05 17:00:50 +08:00
committed by GitHub
parent 092ab720fa
commit 39fbbb7ba0
@@ -382,7 +382,7 @@ in
'';
example = literalExpression ''
{
inherit (pkgs.nextcloud31Packages.apps) mail calendar contact;
inherit (pkgs.nextcloud31Packages.apps) mail calendar contacts;
phonetrack = pkgs.fetchNextcloudApp {
name = "phonetrack";
sha256 = "0qf366vbahyl27p9mshfma1as4nvql6w75zy2zk5xwwbp343vsbc";