p/glitch-soc, n/zorigami: update + allow more reactions
This commit is contained in:
parent
155a0084f7
commit
43ff5469db
2 changed files with 4 additions and 3 deletions
|
@ -353,6 +353,7 @@
|
|||
MAX_VIDEO_SIZE = "167772160";
|
||||
ALLOWED_PRIVATE_ADDRESSES = "127.1.33.7";
|
||||
GITHUB_REPOSITORY = "arachnist/mastodon/tree/meow";
|
||||
MAX_REACTIONS = "10";
|
||||
};
|
||||
extraEnvFiles = [ config.age.secrets.mastodonActiveRecordSecrets.path ];
|
||||
package = pkgs.glitch-soc;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
, gawk, gnused, }:
|
||||
(applyPatches {
|
||||
src = fetchFromGitHub {
|
||||
owner = "glitch-soc";
|
||||
owner = "arachnist";
|
||||
repo = "mastodon";
|
||||
rev = "87415f21e49b057f5c20652b458fdf81e5ecc2d7";
|
||||
hash = "sha256-+Chyg+jtit5Q4atYNWaQOcVs7ADXovmsWyw3yT99pzU=";
|
||||
rev = "f8a515e0c3d481a391cc2f5168c75fc9e4b118ae";
|
||||
hash = "sha256-Saypmw7eLXAa6xEwl09FbkqHP96g91EUKBlbCknHcCk=";
|
||||
};
|
||||
inherit patches;
|
||||
nativeBuildInputs = [ gawk gnused ];
|
||||
|
|
Loading…
Reference in a new issue