status-react/nix/desktop/realm-node
Pedro Pombeiro a7fd659d84
nix: Wrap gradle, npm packages, `lein prod-build` and `gradle assembleRelease` in Nix expressions to improve reproducible builds with constant build paths
2019-07-15 16:08:02 +02:00
..
output Only bring in Android dependencies in gomobile if targetting Android 2019-07-05 13:40: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 nix: Wrap gradle, npm packages, `lein prod-build` and `gradle assembleRelease` in Nix expressions to improve reproducible builds with constant build paths 2019-07-15 16:08:02 +02:00
generate-nix.sh nix: Wrap gradle, npm packages, `lein prod-build` and `gradle assembleRelease` in Nix expressions to improve reproducible builds with constant build paths 2019-07-15 16:08:02 +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