From: Ismaƫl Bouya Date: Mon, 6 May 2019 12:06:48 +0000 (+0200) Subject: Add nextcloud-with-app expression as default X-Git-Tag: nur_publish~65 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=2630a5e928cda673e8e5ed56e5ceb2e95d29dd0b Add nextcloud-with-app expression as default --- diff --git a/pkgs/webapps/default.nix b/pkgs/webapps/default.nix index eb01a18..109eb6d 100644 --- a/pkgs/webapps/default.nix +++ b/pkgs/webapps/default.nix @@ -10,6 +10,7 @@ rec { infcloud = callPackage ./infcloud {}; nextcloud = callPackage ./nextcloud {}; + nextcloud-with-apps = nextcloud.withPlugins (builtins.attrValues nextcloud-apps); nextcloud-apps = let names = [ "audioplayer" "bookmarks" "calendar" "contacts" "deck"