Discord: Difference between revisions

imported>Con-f-use
add discord update workaround
imported>Con-f-use
more discord update possibilities
Line 61: Line 61:


An overlay to build discord manually from the URL to the latest tarball on [https://discord.com/api/download?platform=linux&format=tar.gz], see [https://github.com/NixOS/nixpkgs/issues/94806]
An overlay to build discord manually from the URL to the latest tarball on [https://discord.com/api/download?platform=linux&format=tar.gz], see [https://github.com/NixOS/nixpkgs/issues/94806]
If it was  fixed in master, the other alternatives are:
<syntaxhighlight lang="console">
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-20.09.tar.gz -iA discord
</syntaxhighlight>
or with nix-shell:
<syntaxhighlight lang="console">
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-20.09.tar.gz nix-shell -p discord --run Discord
</syntaxhighlight>


=== Opening Links with Firefox ===
=== Opening Links with Firefox ===