diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index 3b94ae2..96a07c5 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -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="; - # }) - # ]; - # }); }