update mastodon

This commit is contained in:
Vivian 2025-04-25 15:21:49 +02:00
parent 30325bac2f
commit 9573df8e21
6 changed files with 696 additions and 694 deletions

View file

@ -1,5 +1,5 @@
{ lib, stdenv, stdenvNoCC, nodejs-slim, bundlerEnv
, yarn-berry, callPackage, imagemagick, ffmpeg, file, ruby, writeShellScript
{ stdenv, stdenvNoCC, nodejs-slim, bundlerEnv
, yarn-berry, callPackage, ruby_3_4, writeShellScript
, brotli, cacert
}:
@ -17,7 +17,8 @@ let
# ruby gems, built from `gemset.nix`, which is generated by bundix in `update.sh` from the source Gemfile
mastodonGems = bundlerEnv {
name = "glitch-soc-gems-${version}"; # bundlerEnv breaks when pname is set instead
inherit version ruby;
inherit version;
ruby = ruby_3_4;
gemset = ./gemset.nix;
gemdir = src;
};