2140a9867b
Xcode updates Localization Pods upgrade Update package.json Upgrade android Fix gitignore Add flipper Do not enable flipper by default on ios maven update Remove outdated hermes idk what it is, but it's outdated show warning on build gradle update rebase Update deprecated clipboard nix align e2e to rn upgrade Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
default.nix | ||
fetch-maven-deps.sh | ||
generate-nix.sh | ||
maven-inputs.txt | ||
maven-inputs2nix.sh | ||
maven-sources.nix | ||
reactnative-android-native-deps.nix | ||
shell.nix |
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 (intomaven-inputs.txt
), andnix/tools/maven/maven-inputs2nix.sh
to generatedefault.nix
from those dependencies.fetch-maven-deps.sh
: This script does the heavy work of determining Gradle dependencies and outputting amaven-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 bynix/tools/maven/maven-inputs2nix.sh
to generatemaven-sources.nix
.