diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-11 16:55:50 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-11 17:06:20 +0200 |
commit | 7667c367033b15582cf383da62446f78e66a59ef (patch) | |
tree | 5349427aa43070dd603802f68963b30c1c544232 /pkgs/private/webapps/default.nix | |
parent | c890321db12036be69ebbece202984874b1e5a57 (diff) | |
download | Nix-7667c367033b15582cf383da62446f78e66a59ef.tar.gz Nix-7667c367033b15582cf383da62446f78e66a59ef.tar.zst Nix-7667c367033b15582cf383da62446f78e66a59ef.zip |
Move spip and chloe website to pkgs
Diffstat (limited to 'pkgs/private/webapps/default.nix')
-rw-r--r-- | pkgs/private/webapps/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/private/webapps/default.nix b/pkgs/private/webapps/default.nix index 46ad31c..14fd544 100644 --- a/pkgs/private/webapps/default.nix +++ b/pkgs/private/webapps/default.nix | |||
@@ -1,6 +1,7 @@ | |||
1 | { callPackage, mylibs, composerEnv, lib }: | 1 | { callPackage, mylibs, composerEnv, lib, spip }: |
2 | rec { | 2 | rec { |
3 | aten = callPackage ./aten { inherit composerEnv mylibs; }; | 3 | aten = callPackage ./aten { inherit composerEnv mylibs; }; |
4 | chloe = callPackage ./chloe { inherit mylibs spip; }; | ||
4 | connexionswing = callPackage ./connexionswing { inherit composerEnv mylibs;}; | 5 | connexionswing = callPackage ./connexionswing { inherit composerEnv mylibs;}; |
5 | ludivinecassal = callPackage ./ludivinecassal { inherit composerEnv mylibs; }; | 6 | ludivinecassal = callPackage ./ludivinecassal { inherit composerEnv mylibs; }; |
6 | piedsjaloux = callPackage ./piedsjaloux { inherit composerEnv mylibs; }; | 7 | piedsjaloux = callPackage ./piedsjaloux { inherit composerEnv mylibs; }; |