diff options
-rw-r--r-- | pkgs/webapps/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
10 | infcloud = callPackage ./infcloud {}; | 10 | infcloud = callPackage ./infcloud {}; |
11 | 11 | ||
12 | nextcloud = callPackage ./nextcloud {}; | 12 | nextcloud = callPackage ./nextcloud {}; |
13 | nextcloud-with-apps = nextcloud.withPlugins (builtins.attrValues nextcloud-apps); | ||
13 | nextcloud-apps = let | 14 | nextcloud-apps = let |
14 | names = [ | 15 | names = [ |
15 | "audioplayer" "bookmarks" "calendar" "contacts" "deck" | 16 | "audioplayer" "bookmarks" "calendar" "contacts" "deck" |