summaryrefslogtreecommitdiff
path: root/pkgs/private/webapps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/private/webapps/default.nix')
-rw-r--r--pkgs/private/webapps/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/private/webapps/default.nix b/pkgs/private/webapps/default.nix
new file mode 100644
index 00000000..e9aa13ce
--- /dev/null
+++ b/pkgs/private/webapps/default.nix
@@ -0,0 +1,11 @@
1{ callPackage, mylibs, composerEnv, lib, spip }:
2rec {
3 apache-default = callPackage ./apache-default {};
4
5 aten = callPackage ./aten { inherit composerEnv mylibs; };
6 chloe = callPackage ./chloe { inherit mylibs spip; };
7 connexionswing = callPackage ./connexionswing { inherit composerEnv mylibs;};
8 ludivinecassal = callPackage ./ludivinecassal { inherit composerEnv mylibs; };
9 piedsjaloux = callPackage ./piedsjaloux { inherit composerEnv mylibs; };
10 tellesflorian = callPackage ./tellesflorian { inherit composerEnv mylibs; };
11}