Jump to content

Node.js: Difference between revisions

213 bytes added ,  7 January 2020
Add install section.
imported>Hhm
(remove node2nix section - not populated yet)
imported>Trusktr
(Add install section.)
Line 1: Line 1:
__TOC__
__TOC__
{{expansion}}
{{expansion}}
== Install ==
<syntaxhighlight lang="nix>
  environment.systemPackages = with pkgs; [ nodejs ];
</syntaxhighlight>
See <code>npx search nodejs</code> for additional versions like <code>nodejs-12_x</code>, etc.


== Packaging ==
== Packaging ==
Anonymous user