Discord: Difference between revisions
imported>Deingithub Add workaround for nixos/nixpkgs#78961 |
imported>Elitelinuxuser m Added the installation commands for the non stable versions of discord as well. |
||
| Line 4: | Line 4: | ||
To install discord directly in your environment without changing any configuration: | To install discord directly in your environment without changing any configuration: | ||
Stable: | |||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ nix-env -i discord --arg config '{ allowUnfree = true; }' | $ nix-env -i discord --arg config '{ allowUnfree = true; }' | ||
</syntaxhighlight> | |||
Testing: | |||
<syntaxhighlight lang="console"> | |||
$ nix-env -i discord-ptb --arg config '{ allowUnfree = true; }' | |||
</syntaxhighlight> | |||
Nightly: | |||
<syntaxhighlight lang="console"> | |||
$ nix-env -i discord-canary --arg config '{ allowUnfree = true; }' | |||
</syntaxhighlight> | </syntaxhighlight> | ||