about summary refs log tree commit diff
path: root/overlays.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-08-09 13:06:55 +0300
committerAzat Bahawi <azat@bahawi.net>2024-08-09 13:06:55 +0300
commitc76e81a086aa66394b37d3bf36592328da09a298 (patch)
tree5438638de13f8873a8601ef46a7f0dd5bd6299e1 /overlays.nix
parent2024-08-05 (diff)
2024-08-09
Diffstat (limited to '')
-rw-r--r--overlays.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays.nix b/overlays.nix
index e0cbf24..5e7ce81 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -70,13 +70,13 @@ with packages;
       (prev.telegram-desktop.override (finalAttrs: {
         stdenv = final.useMoldLinker finalAttrs.stdenv;
       })).overrideAttrs
-        (_: super: { patches = (super.patches or [ ]) ++ [ ./patches/telegram-desktop-no-ads.patch ]; });
+        (_: super: { patches = (super.patches or [ ]) ++ [ ./packages/telegram-desktop.patch ]; });
 
     vesktop =
       (prev.vesktop.overrideAttrs (
         _: super: {
           nativeBuildInputs = super.nativeBuildInputs ++ [ final.imagemagick ];
-          patches = (super.patches or [ ]) ++ [ ./patches/vesktop-no-anime.patch ];
+          patches = (super.patches or [ ]) ++ [ ./packages/vesktop.patch ];
           postInstall =
             (super.postInstall or "")
             + ''

Consider giving Nix/NixOS a try! <3