status-react/nix/desktop/realm-node
Pedro Pombeiro 1457f0f017
Some changes from the node2nix test branch that don't need to be there
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-06-06 19:13:31 +02:00
..
output Some changes from the node2nix test branch that don't need to be there 2019-06-06 19:13:31 +02:00
README.md nix: Move debug realm into desktop folder and use RN cli from node_modulesSigned-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com> 2019-05-23 22:54:43 +02:00
default.nix Some changes from the node2nix test branch that don't need to be there 2019-06-06 19:13:31 +02:00
generate-nix.sh Some changes from the node2nix test branch that don't need to be there 2019-06-06 19:13:31 +02:00

README.md

Abstract

The purpose of this folder is to allow some tools such as react-native to be installed globally through Nix instead of resorting to npm install -g (which is not allowed in a Nix environment). We get around that by using the node2nix tool.

Inputs

The inputs are listed in node-packages.json.

Generating the nix expressions

node2nix --nodejs-10 --bypass-cache -i node-packages.json