mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
Jakub Sokołowski
718e6cdbb3
Otherwise we get weird failures like these: ``` clang-11: error: cannot use 'cpp-output' output with multiple -arch options clang-11: error: invalid argument '-mmacos-version-min=10.12' not allowed with '-miphoneos-version-min=8.0' clang-11: error: invalid argument '-mmacos-version-min=10.12' not allowed with '-miphoneos-version-min=8.0' ``` Depends on: https://github.com/status-im/status-jenkins-lib/pull/47 Signed-off-by: Jakub Sokołowski <jakub@status.im>
16 lines
753 B
Plaintext
16 lines
753 B
Plaintext
# NOTE: If you are in Asia you might want to add https://nix-cache-cn.status.im/ to extra-substituters
|
|
extra-substituters = https://nix-cache.status.im/
|
|
substituters = https://cache.nixos.org/
|
|
trusted-public-keys = nix-cache.status.im-1:x/93lOfLU+duPplwMSBR+OlY4+mo+dCN7n0mr4oPwgY= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
|
|
# Some downloads are multiple GB, default is 5 minutes
|
|
stalled-download-timeout = 3600
|
|
connect-timeout = 10
|
|
max-jobs = auto
|
|
# Helps avoid removing currently used dependencies via garbage collection
|
|
keep-derivations = true
|
|
keep-outputs = true
|
|
# Some builds on MacOS have issue with sandbox so they are disabled with __noChroot.
|
|
sandbox = relaxed
|
|
# Enable Nix v2 interface.
|
|
experimental-features = nix-command
|