update glitch
This commit is contained in:
parent
774d96444e
commit
d85d28bf9e
4 changed files with 234 additions and 173 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue