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:
Jakub Sokołowski 2020-05-19 12:06:42 +02:00
parent 1cd58ceda8
commit 8a1704a064
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
}
'';
};