mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
more generaly
This commit is contained in:
parent
f632e95717
commit
ec07b8ccf1
1 changed files with 5 additions and 0 deletions
|
|
@ -4,5 +4,10 @@
|
|||
package = lib.mkDefault pkgs.nix;
|
||||
enable = true;
|
||||
distributedBuilds = true;
|
||||
extraOptions = ''
|
||||
# Let remote builders download from cache directly.
|
||||
# This is to avoid download-cum-copy on main builder.
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue