11 lines
313 B
Nix
11 lines
313 B
Nix
final: prev:
|
|
prev.tea.overrideAttrs (oldAttrs: {
|
|
patches = oldAttrs.patches or [ ] ++ [
|
|
# fix: evaluate env login in repo context
|
|
(builtins.fetchurl {
|
|
url = "https://gitea.com/gitea/tea/pulls/809.patch";
|
|
sha256 = "sha256:1pzp4z49nzdd0rd03d6gmdrkn95vxmamykpz10giampssjn31sn3";
|
|
})
|
|
];
|
|
})
|