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
|
2022-09-01 11:28:24 +00:00
|
|
|
# Some builds on MacOS have issue with sandbox so they are disabled with __noChroot.
|
|
|
|
sandbox = relaxed
|
2022-05-07 09:16:20 +00:00
|
|
|
# Enable Nix v2 interface.
|
|
|
|
experimental-features = nix-command
|