status-react/scripts/lib/setup/nix/global-node-packages
Pedro Pombeiro 2e7891406b
Fix problem building `sha3` node module in `make setup`
2019-03-21 13:56:57 +01:00
..
output Fix problem building `sha3` node module in `make setup` 2019-03-21 13:56:57 +01:00
README.md Fix problem building `sha3` node module in `make setup` 2019-03-21 13:56:57 +01:00
generate-nix.sh Fix problem building `sha3` node module in `make setup` 2019-03-21 13:56:57 +01: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