aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/mastodon')
-rw-r--r--nixops/modules/websites/tools/mastodon/mastodon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/mastodon/mastodon.nix b/nixops/modules/websites/tools/mastodon/mastodon.nix
index 5f0104c..ef7ef57 100644
--- a/nixops/modules/websites/tools/mastodon/mastodon.nix
+++ b/nixops/modules/websites/tools/mastodon/mastodon.nix
@@ -119,7 +119,7 @@ let
119 sed -i -e 's@^end$@ config.action_mailer.sendmail_settings = { location: ENV.fetch("SENDMAIL_LOCATION", "/usr/sbin/sendmail") }\nend@' config/environments/production.rb 119 sed -i -e 's@^end$@ config.action_mailer.sendmail_settings = { location: ENV.fetch("SENDMAIL_LOCATION", "/usr/sbin/sendmail") }\nend@' config/environments/production.rb
120 RAILS_ENV=production ${gems}/bin/rails assets:precompile 120 RAILS_ENV=production ${gems}/bin/rails assets:precompile
121 rm -rf tmp/cache 121 rm -rf tmp/cache
122 ln -sf ../../../../../../../${varDir}/tmp/cache tmp 122 ln -sf ${varDir}/tmp/cache tmp
123 ''; 123 '';
124 buildInputs = [ gems gems.ruby pkgs.nodejs pkgs.yarn ]; 124 buildInputs = [ gems gems.ruby pkgs.nodejs pkgs.yarn ];
125 }; 125 };