status-react/nix/global-node-packages
hlolli 7ba2a81735
[nix] patch realm as a nodePackage for linux and darwin and use it from nix store, add to default nix-shell buildDependencies, regenerate nodePackages with node2nix 1.6.1
2019-05-23 22:35:01 +02:00
..
output [nix] patch realm as a nodePackage for linux and darwin and use it from nix store, add to default nix-shell buildDependencies, regenerate nodePackages with node2nix 1.6.1 2019-05-23 22:35:01 +02:00
README.md Create Nix package for building status-go 2019-04-09 12:44:39 +02:00
default.nix [nix] patch realm as a nodePackage for linux and darwin and use it from nix store, add to default nix-shell buildDependencies, regenerate nodePackages with node2nix 1.6.1 2019-05-23 22:35:01 +02:00
generate-nix.sh [nix] patch realm as a nodePackage for linux and darwin and use it from nix store, add to default nix-shell buildDependencies, regenerate nodePackages with node2nix 1.6.1 2019-05-23 22:35:01 +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