status-react/nix/deps
Jakub Sokołowski d0216674da
nix: use go-maven-resolver to fix nix-update-gradle
This Go package was implemented by me to avoid having to use Mavan or
Gradle to resolve all the dependencies for Nix:
https://github.com/status-im/go-maven-resolver

The Go tool is essentially a slightly smarter and more efficient version
of the `get_urls.sh` script, which was mostly slow due to the `mvn
dependency:list` calls and slow HTTP requests.

This takes down the `make nix-update-gradle` target to under 2 minutes
on my machine.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-05-24 18:08:05 +02:00
..
clojure nix: refactor loading of node.js modules 2020-05-15 16:19:27 +02:00
gradle nix: use go-maven-resolver to fix nix-update-gradle 2020-05-24 18:08:05 +02:00
nodejs nix: move yarn2nix setup to nix/deps/nodejs 2020-05-14 09:46:23 +02:00
nodejs-patched nix: don't use gradle to patch node modules 2020-05-20 10:50:29 +02:00
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00