From 85b3208c698b948fe9d0588c099135d298878ef0 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 1 Dec 2023 14:48:46 -0700 Subject: [PATCH] overlays: remove invidious patch --- overlays/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index e12e706..99019a4 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -49,17 +49,6 @@ in }) matrix-synapse heisenbridge - (_: super: { - invidious = super.invidious.overrideAttrs (_: { - patches = [ - (super.fetchpatch { - name = "invidious-newpipe.diff"; - url = "https://patch-diff.githubusercontent.com/raw/iv-org/invidious/pull/4037.patch"; - hash = "sha256-KyqQtmfIPIX48S8SZnSlvCLvdw6Ws1u0oWEk8jLKWlU="; - }) - ]; - }); - }) ]; } # Example Python dep overlay