update glitch

This commit is contained in:
Vivian 2024-07-05 10:51:33 +02:00
parent 774d96444e
commit d85d28bf9e
4 changed files with 234 additions and 173 deletions

View file

@ -8,6 +8,7 @@ because it needs it for generating `gemset.nix` from the Gemfile in the source.
{
applyPatches,
fetchFromGitHub,
lib,
}:
let
@ -18,5 +19,5 @@ in applyPatches {
repo = "mastodon";
inherit (versionData) rev hash;
};
patches = [];
patches = lib.filesystem.listFilesRecursive ./patches;
}