Node.js: Difference between revisions
→Packaging: example on how to package a npm package with flakes |
Turbotimon (talk | contribs) m →Example nix flake shell for Node.js development: is displayed wrong. Couldn't fix it but added this note |
||
| Line 265: | Line 265: | ||
== Tips and tricks == | == Tips and tricks == | ||
=== Example nix flake shell for Node.js development === | === Example nix flake shell for Node.js development === | ||
[[Flake]] example: | [[Flake]] example: (Note: the `${&lt;nixpkgs&gt;}` needs to be replaced by `${<nixpkgs>}` | ||
{{file|flake.nix|nix| | {{file|flake.nix|nix| | ||
<nowiki> | <nowiki> | ||