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:
parent
aa72ac5747
commit
cd24bc013f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue