diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-02 18:03:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-02 23:58:15 +0100 |
commit | 9f944a58aa12729d1699134ed9370ffa5f9a41b9 (patch) | |
tree | 49c4d36f6ccf1d555417a886ab67ce5e6db353ed /virtual | |
parent | 5566d26d9cb4f992e974ad8a8720c5970d566105 (diff) | |
download | Nix-9f944a58aa12729d1699134ed9370ffa5f9a41b9.tar.gz Nix-9f944a58aa12729d1699134ed9370ffa5f9a41b9.tar.zst Nix-9f944a58aa12729d1699134ed9370ffa5f9a41b9.zip |
Add FIXME for connexionswing
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/packages/connexionswing.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/packages/connexionswing.nix b/virtual/packages/connexionswing.nix index a0f5fa6..4c1da36 100644 --- a/virtual/packages/connexionswing.nix +++ b/virtual/packages/connexionswing.nix | |||
@@ -144,6 +144,7 @@ let | |||
144 | # FIXME: imagick optional | 144 | # FIXME: imagick optional |
145 | # FIXME: initial sync | 145 | # FIXME: initial sync |
146 | # FIXME: backup | 146 | # FIXME: backup |
147 | # FIXME: replace with pkgs.phpPackages.composer | ||
147 | buildPhase = '' | 148 | buildPhase = '' |
148 | export GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt | 149 | export GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt |
149 | export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt | 150 | export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt |