chore: get rid of vencord overlay since nixpkgs is up to date

This commit is contained in:
matt1432 2023-11-03 15:24:54 -04:00
parent 60c099a1f7
commit ed3f8f6eb1
2 changed files with 0 additions and 13 deletions

View file

@ -7,7 +7,6 @@
nixpkgs.overlays = [
(import ./swayosd.nix)
(import ./blueberry.nix)
(import ./vencord.nix)
(final: prev: {
spotifywm = final.callPackage ./pkgs/spotifywm.nix {};

View file

@ -1,12 +0,0 @@
final: prev: {
vencord = prev.vencord.overrideAttrs (oldAttrs: rec {
src = prev.fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "ffe6bb1c5d4191cad35a1bdcb84695e886ff4528";
hash = "sha256-t4+8ybPzqcCtTSukBBgvbD7HiKG4K51WPVnJg0RQbs8=";
};
});
}