Discord: Difference between revisions
imported>Legendofmiracles m fixes a typo |
imported>Legendofmiracles No edit summary |
||
| Line 93: | Line 93: | ||
Now replace <code>nss_3_49_2</code> with the previously looked up version's "attribute name", which you can look up [https://search.nixos.org/packages/?query=nss_ here]. Finally, build and install this patched package with | Now replace <code>nss_3_49_2</code> with the previously looked up version's "attribute name", which you can look up [https://search.nixos.org/packages/?query=nss_ here]. Finally, build and install this patched package with | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ nix-env -i $(nix-build discord_patched.nix) --arg config '{ allowUnfree = true; }' | $ export NIXPKGS_ALLOW_UNFREE=1; nix-env -i $(nix-build discord_patched.nix) --arg config '{ allowUnfree = true; }' | ||
</syntaxhighlight> | </syntaxhighlight> | ||