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