nix: fix call to status-go derivation

New argument added to pass the `secretsFile` was not added here:
https://github.com/status-im/status-react/pull/13144

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-22 10:39:43 +01:00
parent aa72ac5747
commit cd24bc013f
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in {
export STATUS_NIX_MAVEN_REPO="${deps.gradle}"
# required by some makefile targets
export STATUS_GO_ANDROID_LIBDIR=${status-go}
export STATUS_GO_ANDROID_LIBDIR=${status-go {}}
# check if node modules changed and if so install them
$STATUS_REACT_HOME/nix/scripts/node_modules.sh ${deps.nodejs-patched}