From 91a29faaa77b899f62dfe0004f25c38ae58e3059 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 14 Feb 2024 16:59:28 -0500 Subject: [PATCH] patches: remove commented nitter patch --- overlays/patches/default.nix | 9 --------- 1 file changed, 9 deletions(-) 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="; - # }) - # ]; - # }); }