nixos/nextcloud: fix typo in extraApps example (#404314)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user