status-react/nix/deps
Jakub Sokołowski 604362958b
nix: always use patched node_modules in shells
Becuase `clojure` shell used unpatched `node_modules` while the
`android` shell used the patched version when starting these shells
the `node_modules` would keep being switched between them wasting time.

Changes:
- Move `nix/tools/patchNodeModules.nix` to `nix/deps/nodejs-patched`
- Make `nix/deps/nodejs-patched` a normal derivation without extra arguments
- Use `deps.nodejs-patched` in `nix/mobile/android` shell
- Use `deps.nodejs-patched` in `nix/shells.nix` node shell
- Use `with pkgs` to reduce arguments in `nix/mobile/android/release.nix`

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-05-18 13:54:26 +02:00
..
clojure nix: refactor loading of node.js modules 2020-05-15 16:19:27 +02:00
gradle nix: refactor loading of node.js modules 2020-05-15 16:19:27 +02:00
nodejs nix: move yarn2nix setup to nix/deps/nodejs 2020-05-14 09:46:23 +02:00
nodejs-patched nix: always use patched node_modules in shells 2020-05-18 13:54:26 +02:00
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00