status-mobile/nix/mobile/android/maven-and-npm-deps/maven
Jakub Sokołowski 45f1d58832
nix: simplify android release build
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-05-14 09:46:23 +02:00
..
README.md Upgrade react-native to 0.60.5 2019-09-12 16:13:42 +02:00
default.nix nix: use symlinks for maven dependencies derivation 2020-05-05 20:00:40 +02:00
fetch-maven-deps.sh fix matching deps with only one dependency 2019-10-25 18:00:54 +02:00
generate-nix.sh nix: re-add maven-inputs2nix.sh script 2020-05-01 19:01:29 +02:00
maven-inputs.txt Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
maven-inputs2nix.sh nix: re-add maven-inputs2nix.sh script 2020-05-01 19:01:29 +02:00
maven-sources.nix Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
shell.nix nix: fix maven deps shell 2020-05-06 11:32:37 +02:00

README.md

Maven dependencies Nix wrapper

Overview

This folder contains the Nix expression (maven-sources.nix) that downloads all Maven dependencies required for Gradle, as well as the scripts used to generate that file, namely:

  • generate-nix.sh: This is the main entry point script, which will use Gradle to determine the dependencies (into maven-inputs.txt), and nix/tools/maven/maven-inputs2nix.sh to generate default.nix from those dependencies.
  • fetch-maven-deps.sh: This script does the heavy work of determining Gradle dependencies and outputting a maven-inputs.txt file listing the external URLs.
  • reactnative-android-native-deps.nix: Contains the Nix attribute set used to download the React Native dependencies used in React Native Gradle scripts.
  • maven-inputs.txt: A list of Maven dependenciy URLs that can be used by nix/tools/maven/maven-inputs2nix.sh to generate maven-sources.nix.