Files
samfelag/overlays/discord.nix
2022-11-07 19:40:18 +01:00

7 lines
164 B
Nix

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