aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools')
-rw-r--r--nixops/modules/websites/tools/mastodon/mastodon.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixops/modules/websites/tools/mastodon/mastodon.nix b/nixops/modules/websites/tools/mastodon/mastodon.nix
index 3ee3552..516cc58 100644
--- a/nixops/modules/websites/tools/mastodon/mastodon.nix
+++ b/nixops/modules/websites/tools/mastodon/mastodon.nix
@@ -44,6 +44,9 @@ let
44 yarnLock = "${info.src}/yarn.lock"; 44 yarnLock = "${info.src}/yarn.lock";
45 yarnNix = ./yarn-packages.nix; 45 yarnNix = ./yarn-packages.nix;
46 pkgConfig = { 46 pkgConfig = {
47 all = {
48 buildInputs = [ yarn2nixPackage.src ];
49 };
47 uws = { 50 uws = {
48 postInstall = '' 51 postInstall = ''
49 npx node-gyp rebuild > build_log.txt 2>&1 || true 52 npx node-gyp rebuild > build_log.txt 2>&1 || true