Discord: Difference between revisions

imported>Mzero
m fix syntax in example
imported>Legendofmiracles
m fixes a typo
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; }'
$ nix-env -i $(nix-build discord_patched.nix) --arg config '{ allowUnfree = true; }'
</syntaxhighlight>
</syntaxhighlight>