2020-06-19 15:43:58 +02:00
|
|
|
# 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/
|
2019-07-21 23:31:47 -04:00
|
|
|
trusted-public-keys = nix-cache.status.im-1:x/93lOfLU+duPplwMSBR+OlY4+mo+dCN7n0mr4oPwgY= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-cache-cn.status.im:WUiOoTQQurm+rEL/yuAuU/a3TViDtMM9DCMgMx/KkOw=
|
2020-01-16 12:05:05 +01:00
|
|
|
# Some downloads are multiple GB, default is 5 minutes
|
2020-10-20 16:32:37 +02:00
|
|
|
stalled-download-timeout = 3600
|
2019-03-03 01:34:06 +01:00
|
|
|
connect-timeout = 10
|
2019-11-20 13:42:41 +01:00
|
|
|
max-jobs = auto
|
2020-06-19 15:43:58 +02:00
|
|
|
# Helps avoid removing currently used dependencies via garbage collection
|
|
|
|
keep-derivations = true
|
|
|
|
keep-outputs = true
|
2020-07-27 22:57:41 +02:00
|
|
|
# Extra isolation for network and filesystem, doesn't work on MacOS
|
|
|
|
build-use-sandbox = false
|