]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add nextcloud-with-app expression as default
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 6 May 2019 12:06:48 +0000 (14:06 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 6 May 2019 12:06:48 +0000 (14:06 +0200)
pkgs/webapps/default.nix

index eb01a186a6ed0e37f3985609b4193fb23fc9168f..109eb6db237b0f232c9f89cd29e3b677755a7869 100644 (file)
@@ -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"