nix: fix ios shell to use patched nodejs modules
This was missed in 604362958b
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…
Reference in New Issue