Vencord: don't override sources
This commit is contained in:
parent
778c084bd2
commit
e0394bc056
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
};
|
};
|
||||||
# Update some stuff while I wait for nixpkgs
|
# Update some stuff while I wait for nixpkgs
|
||||||
vencord = super.vencord.overrideAttrs rec {
|
/*vencord = super.vencord.overrideAttrs rec {
|
||||||
version = "522fdcd";
|
version = "522fdcd";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "Vendicated";
|
owner = "Vendicated";
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#rev = "v${version}";
|
#rev = "v${version}";
|
||||||
hash = "sha256-9G7FNL4pHaaLachzJmeAol0WpNUj533K2FNa7DH0eBM=";
|
hash = "sha256-9G7FNL4pHaaLachzJmeAol0WpNUj533K2FNa7DH0eBM=";
|
||||||
};
|
};
|
||||||
};
|
};*/
|
||||||
};
|
};
|
||||||
stock-discord = self: super: {
|
stock-discord = self: super: {
|
||||||
discord = super.discord.override {
|
discord = super.discord.override {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue