status-react/nix/mobile
Jakub Sokołowski 4fe8b81bf6
ios: fix xcode using system Node.js version
As discovered in:
https://github.com/status-im/status-mobile/pull/15225

The attempt to fix this in:
https://github.com/status-im/status-mobile/pull/15180

But it doesn't appear to work, so instead I'm allowing an override of
`NODE_BINARY` variable and spetting it when defining the Nix shell.

The key things here are:

* Xcode injects its own paths into `PATH` which breaks Nix env.
* Combining Nix shells with `inputsFrom` does not inherit all vars.

It's important to set these variables in `shellHook` and not elsewhere.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-02 17:32:52 +01:00
..
android partially implement shell jump-to navigation (#14410) 2022-11-30 21:46:01 +05:30
fastlane major nix refactor 2019-12-12 18:51:21 +01:00
ios ios: fix xcode using system Node.js version 2023-03-02 17:32:52 +01:00
default.nix nix: cleanup of unused variables 2022-05-31 12:03:20 +02:00