Let's try the alpha version of news
This commit is contained in:
parent
c84fd01a9c
commit
964ff3f597
|
@ -66,9 +66,15 @@
|
|||
appstoreEnable = true;
|
||||
extraAppsEnable = true;
|
||||
extraApps = with config.services.nextcloud.package.packages.apps; {
|
||||
news = pkgs.fetchNextcloudApp {
|
||||
name = "news";
|
||||
sha256 = "52179795dba6a4eea0354deb66c14af10adc1ba2e7c6e3ee08de0eebcb773f6c";
|
||||
url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha2/news.tar.gz";
|
||||
version = "25.0.0-alpha2";
|
||||
};
|
||||
# List of apps we want to install and are already packaged in
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
|
||||
inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
|
||||
inherit calendar contacts deck forms music notes onlyoffice polls twofactor_nextcloud_notification unsplash;
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue