Remove news app from nextcloud

This commit is contained in:
SebastianStork 2024-09-20 21:31:20 +02:00
parent c7fb2a80f0
commit 68b0597c10
3 changed files with 0 additions and 24 deletions

View file

@ -80,12 +80,6 @@ in
license = "agpl3Plus";
unpack = true;
};
news = pkgs.fetchNextcloudApp {
url = inputs.nextcloud-news.outPath;
sha256 = inputs.nextcloud-news.narHash;
license = "agpl3Plus";
unpack = true;
};
side_menu = pkgs.fetchNextcloudApp {
url = inputs.nextcloud-side-menu.outPath;
sha256 = inputs.nextcloud-side-menu.narHash;