You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nix/DETAILS.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ We will use the `make jsbundle` target as an example of a derivation you can bui
61
61
3.[`build.sh`](/nix/scripts/build.sh) calls `nix-build --attr targets.mobile.jsbundle` with extra arguments
62
62
4.`nix-build` builds the derivation from [`nix/mobile/jsbundle/default.nix`](/nix/mobile/jsbundle/default.nix)
63
63
64
-
The same can be done for other targets like `targets.mobile.android.release`.
64
+
The same can be done for other targets like `targets.mobile.android.build`.
65
65
Except in that case extra arguments are required which is why the [`scripts/release-android.sh`](/scripts/release-android.sh) is used in the `make release-android` target.
66
66
67
67
If you run `make release-android` you'll see the `nix-build` command used:
Copy file name to clipboardExpand all lines: nix/deps/gradle/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This directory contains the tools and the data that allows Nix to manage Gradle
6
6
7
7
Simply calling `generate.sh` should result in a `deps.json` file which is used in the derivation that provides Gradle dependencies when building the Android app.
8
8
9
-
You can see in [`nix/mobile/android/release.nix`](../../mobile/android/release.nix) that it's used via the `-Dmaven.repo.local='${deps.gradle}'` Gradle flag.
9
+
You can see in [`nix/mobile/android/release.nix`](../../mobile/android/build.nix) that it's used via the `-Dmaven.repo.local='${deps.gradle}'` Gradle flag.
0 commit comments