nix-config/overlays/tandoor-recipes-bump-allauth/default.nix

10 lines
218 B
Nix
Raw Normal View History

_self: prev:
{
tandoor-recipes = prev.tandoor-recipes.overrideAttrs (oa: {
patches = (oa.patches or [ ]) ++ [
# https://github.com/TandoorRecipes/recipes/pull/2706
./bump-allauth.patch
];
});
}