status-mobile/nix/mobile/android
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
..
jsbundle unify multiple Makefile targets 2020-05-15 18:29:31 +02:00
default.nix nix: always use patched node_modules in shells 2020-05-18 13:54:26 +02:00
release.nix nix: always use patched node_modules in shells 2020-05-18 13:54:26 +02:00
watchman.nix Fix Android build on macOS 2019-09-12 16:13:42 +02:00