Let's try the alpha version of news
This commit is contained in:
parent
ed307818b8
commit
30441ec928
|
@ -66,9 +66,15 @@
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraApps = with config.services.nextcloud.package.packages.apps; {
|
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
|
# 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
|
# 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 = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue