status-react/nix/scripts
Jakub Sokołowski 1503f6b250
nix: use Darwin stat command explicitly
Otherwise if in Nix context we can accidentally use GNU stat which
results in a different output due to different command line flags:
```
[nix-shell:~/status-mobile]$ stat -Lf "%Sg" "/nix/store"
stat: cannot read file system information for '%Sg': No such file or directory
  File: "/nix/store"
    ID: 10000110000001a Namelen: ?       Type: apfs
Block size: 4096       Fundamental block size: 4096
Blocks: Total: 242837545  Free: 199242283  Available: 199242283
Inodes: Total: 7971454780 Free: 7969691320
```
And it should be just owner group name or ID. Which in turn results in:
```
Unknown Nix installtion type!
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-27 13:25:41 +02:00
..
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 Use native binary for the clj-kondo linter (#14179) 2022-10-19 09:54:01 -03:00
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: fix Android SDK on Darwin with nixpkgs system override 2023-06-26 17:33:44 +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