Skip to content

Instantly share code, notes, and snippets.

@srhb
Created August 8, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/afc28c9c3bfa844583bfb3152c9cb46a to your computer and use it in GitHub Desktop.
Save srhb/afc28c9c3bfa844583bfb3152c9cb46a to your computer and use it in GitHub Desktop.
[
(self: super: {
discord = super.discord.overrideAttrs (_: {
src = builtins.fetchTarball https://discord.com/api/download?platform=linux&format=tar.gz;
});
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment