config.nix: enable builders to use substitutes
This commit is contained in:
parent
3ed8a8ddd1
commit
233031c594
@ -33,4 +33,10 @@
|
|||||||
pathsToLink = [ "/share" "/bin" "/etc" ];
|
pathsToLink = [ "/share" "/bin" "/etc" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.distributedBuilds = true;
|
||||||
|
# useful when the builder has a faster internet connection than yours
|
||||||
|
nix.extraOptions = ''
|
||||||
|
builders-use-substitutes = true
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user