mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 15:48:50 +00:00
nix: fix ios shell to use patched nodejs modules
This was missed in 604362958b5aa8d8ffdda0a0d8356d6b4b0d513f Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1cd58ceda8
commit
8a1704a064
@ -30,7 +30,7 @@ in {
|
||||
ln -sf ./mobile/js_files/* ./
|
||||
|
||||
# check if node modules changed and if so install them
|
||||
./nix/scripts/node_modules.sh "${deps.nodejs}"
|
||||
./nix/scripts/node_modules.sh "${deps.nodejs-patched}"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user