diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-06 14:06:48 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-06 14:06:48 +0200 |
commit | 2630a5e928cda673e8e5ed56e5ceb2e95d29dd0b (patch) | |
tree | 3dc0feaa7ea7f335eb3e8bdfc07b7cb4a3fe9add /pkgs/webapps | |
parent | 43dac87fef530d52961cb7df5fdb01aa651d802c (diff) | |
download | Nix-2630a5e928cda673e8e5ed56e5ceb2e95d29dd0b.tar.gz Nix-2630a5e928cda673e8e5ed56e5ceb2e95d29dd0b.tar.zst Nix-2630a5e928cda673e8e5ed56e5ceb2e95d29dd0b.zip |
Add nextcloud-with-app expression as default
Diffstat (limited to 'pkgs/webapps')
-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" |