Skip to content

Commit

Permalink
laptop0: no more patching telegram-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 24, 2024
1 parent d6030ef commit 5d0e2ab
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions nixos/laptop0/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,6 @@
)
vscode-marketplace
;

telegram-desktop = prev.telegram-desktop.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(prev.fetchpatch {
url = "https://raw.githubusercontent.com/Layerex/telegram-desktop-patches/b7a73c0b8a8b3527f69959ce3ceb35f8dbde8a8e/0001-Disable-sponsored-messages.patch";
hash = "sha256-HeDH6tkkGx2XYTtzfo+gRee4BYxRiPKXQuftycl8Kvo=";
})
(prev.fetchpatch {
url = "https://raw.githubusercontent.com/Layerex/telegram-desktop-patches/b7a73c0b8a8b3527f69959ce3ceb35f8dbde8a8e/0002-Disable-saving-restrictions.patch";
hash = "sha256-1YqbRNHgwwkPpmHE/KxoksTXoiD7dTGRiYrOWEW08jY=";
})
(prev.fetchpatch {
url = "https://raw.githubusercontent.com/Layerex/telegram-desktop-patches/b7a73c0b8a8b3527f69959ce3ceb35f8dbde8a8e/0003-Disable-invite-peeking-restrictions.patch";
hash = "sha256-8mJD6LOjz11yfAdY4QPK/AUz9o5W3XdupXxy7kRrbC8=";
})
(prev.fetchpatch {
url = "https://raw.githubusercontent.com/Layerex/telegram-desktop-patches/b7a73c0b8a8b3527f69959ce3ceb35f8dbde8a8e/0004-Disable-accounts-limit.patch";
hash = "sha256-PZWCFdGE/TTJ1auG1JXNpnTUko2rCWla6dYKaQNzreg=";
})
(prev.fetchpatch {
url = "https://raw.githubusercontent.com/Layerex/telegram-desktop-patches/b7a73c0b8a8b3527f69959ce3ceb35f8dbde8a8e/0005-Option-to-disable-stories.patch";
hash = "sha256-aSAjyFiOg8JLgYA3voijVvkGIgK93kNMx40vqHsvW8Y=";
})
];
});
})
];
}

0 comments on commit 5d0e2ab

Please sign in to comment.