Discord: override vencord version
This commit is contained in:
parent
ac9f1aa71c
commit
27e3886afc
1 changed files with 11 additions and 0 deletions
|
|
@ -6,6 +6,16 @@
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
};
|
};
|
||||||
|
# Update some stuff while I wait for nixpkgs
|
||||||
|
vencord = super.vencord.overrideAttrs rec {
|
||||||
|
version = "1.6.1";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "Vendicated";
|
||||||
|
repo = "Vencord";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-t4+8ybPzqcCtTSukBBgvbD7HiKG4K51WPVnJg0RQbs8=";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
stock-discord = self: super: {
|
stock-discord = self: super: {
|
||||||
discord = super.discord.override {
|
discord = super.discord.override {
|
||||||
|
|
@ -23,5 +33,6 @@
|
||||||
nixpkgs.overlays = [ discordOverlay ];
|
nixpkgs.overlays = [ discordOverlay ];
|
||||||
users.users.toast.packages = with pkgs; [
|
users.users.toast.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
|
vesktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue