]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - virtual/modules/websites/piedsjaloux/piedsjaloux.nix
Move all fixmes to mantisbt issue tracking
[perso/Immae/Config/Nix.git] / virtual / modules / websites / piedsjaloux / piedsjaloux.nix
index 1c3d8b765433c786816858efd820ed25f4732fc1..4bbf148f2b37cd568d0dc60114c0ff48173e084f 100644 (file)
@@ -135,15 +135,8 @@ let
       '';
     };
     webappDir = stdenv.mkDerivation (fetchedGitPrivate ./piedsjaloux.json // rec {
-      # FIXME: can we do better than symlink?
-      # FIXME: initial sync
-      # FIXME: backup
-      # FIXME: miniatures and data need to be in the same dir due to a
-      #        bug in leapt.im (searches for data/../miniatures)
-      # FIXME: var/bootstrap.php.cache doesn't get created
-      #        (cannot work with var as a symlink since the file
-      #        references ..)
-      # FIXME: configuration change should not trigger a rebuild
+      # /!\ miniatures and data need to be in the same dir due to a
+      #     bug in leapt.im (searches for data/../miniatures)
       buildPhase = ''
         export GIT_SSL_CAINFO=${cacert}/etc/ssl/certs/ca-bundle.crt
         export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt