mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 00:49:39 +00:00
nix: fix order of starting iOS shell hooks
Fixes the `'Statusgo.h' file not found` error. Resolves: https://github.com/status-im/status-react/issues/11951 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2116847fc6
commit
b27a53bdee
@ -16,10 +16,11 @@ in {
|
|||||||
flock # used in nix/scripts/node_modules.sh
|
flock # used in nix/scripts/node_modules.sh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# WARNING: Executes shellHook in reverse order.
|
||||||
inputsFrom = [
|
inputsFrom = [
|
||||||
fastlane.shell
|
fastlane.shell
|
||||||
status-go-shell
|
|
||||||
pod-shell
|
pod-shell
|
||||||
|
status-go-shell # Needs to run before pod-install
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user