status-react/nix/scripts
Siddarth Kumar 8d0bb7ba9e
fix: modify permissions of all files to read (#18214)
`react-native-reanimated` generates write protected files during build time which are problematic because we copy over `node_modules` from `nix` store and when replacing them with new node modules we are manually asked to confirm this overwrite.

This used to happen before with `.cxx` files but now it also happens with `.so` files. 

This commit fixes those permissions.

partially fixes #18211
2023-12-18 14:38:34 +05:30
..
build.sh nix: fix Android SDK on Darwin with nixpkgs system override 2023-06-26 17:33:44 +02:00
clean.sh rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
gcroots.sh rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
lib.sh nix: use Darwin stat command explicitly 2023-06-27 13:25:41 +02:00
node_modules.sh fix: modify permissions of all files to read (#18214) 2023-12-18 14:38:34 +05:30
purge.sh nix: quote path uses to avoid issues with spaces 2022-07-27 16:11:28 +02:00
setup.sh nix: fix cache usage by modifying global config 2023-06-23 18:02:38 +02:00
shell.sh nix: switch status-im config to env vars, cleanup 2023-08-07 14:50:36 +02:00
source.sh nix: add upgrade script for Nix interpreter 2023-06-19 12:21:00 +02:00
upgrade.sh nix: fix cache usage by modifying global config 2023-06-23 18:02:38 +02:00
version.sh nix: downgrade from 2.14.1 to 2.13.4 2023-06-22 14:23:47 +02:00