Discord: Difference between revisions
imported>Zimbatm add link to the NixOS Discord |
imported>Garbas mNo edit summary |
||
Line 49: | Line 49: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Now replace <code>nss_3_49_2</code> with the previously looked up version's "attribute name", which you can look up [https://nixos.org/ | 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; }' |