7 lines
164 B
Nix
7 lines
164 B
Nix
self: super:
|
|
{
|
|
discord = super.discord.overrideAttrs (_: {
|
|
src = builtins.fetchTarball https://discord.com/api/download?platform=linux&format=tar.gz;
|
|
});
|
|
}
|