Bruno BELANYI
249ee14d39
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This should only be temporary until they release a new version which _does_ support the middleware (see [1]). [1]: https://github.com/TandoorRecipes/recipes/pull/2706
10 lines
218 B
Nix
10 lines
218 B
Nix
_self: prev:
|
|
{
|
|
tandoor-recipes = prev.tandoor-recipes.overrideAttrs (oa: {
|
|
patches = (oa.patches or [ ]) ++ [
|
|
# https://github.com/TandoorRecipes/recipes/pull/2706
|
|
./bump-allauth.patch
|
|
];
|
|
});
|
|
}
|