status-react/nix/mobile
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
..
android nix: always use patched node_modules in shells 2020-05-18 13:54:26 +02:00
fastlane major nix refactor 2019-12-12 18:51:21 +01:00
ios nix: refactor loading of node.js modules 2020-05-15 16:19:27 +02:00
default.nix nix: refactor updating Gradle dependencies 2020-05-14 09:46:30 +02:00