X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=virtual%2Fmodules%2Fwebsites%2Ftools%2Fmastodon%2Fmastodon.nix;h=9457a13a08e205da9ca79fa2e922708df536c759;hb=d65bf723f3f4548228c24337483286f6c79799cf;hp=e948852bec98c5a50902fb625c3fa3339687f3e1;hpb=aebd817b115c1a26a4ec70e5cab9af55ea2c1294;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/virtual/modules/websites/tools/mastodon/mastodon.nix b/virtual/modules/websites/tools/mastodon/mastodon.nix index e948852..9457a13 100644 --- a/virtual/modules/websites/tools/mastodon/mastodon.nix +++ b/virtual/modules/websites/tools/mastodon/mastodon.nix @@ -2,6 +2,7 @@ let varDir = "/var/lib/mastodon_immae"; socketsDir = "/run/mastodon"; + # FIXME: use gemsets and nodejs equivalent mastodon = stdenv.mkDerivation (fetchedGithub ./mastodon.json // rec { buildPhase = '' export GIT_SSL_CAINFO=${cacert}/etc/ssl/certs/ca-bundle.crt