patches: remove commented nitter patch

This commit is contained in:
Infinidoge 2024-02-14 16:59:28 -05:00
parent 4e6719927b
commit 91a29faaa7
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -7,13 +7,4 @@ let
in
{
coreutils-doge = addPatches prev.coreutils [ ./coreutils.patch ];
# nitter = prev.nitter.overrideAttrs (old: {
# patches = (old.patches or [ ]) ++ [
# (final.fetchpatch {
# url = "https://patch-diff.githubusercontent.com/raw/zedeus/nitter/pull/830.patch";
# hash = "sha256-MIl22yWHAGQtcB1/B9OfbfoVhxOBIAJ3n1eT2Ko1Y3Q=";
# })
# ];
# });
}