mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: enable builders-use-substitutes
This commit is contained in:
parent
25106d92f0
commit
5d57ba3297
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@ in
|
|||
#
|
||||
{
|
||||
# affect the generated nix.conf, doesn't need to be turned off during nixos-install
|
||||
nix.distributedBuilds = true;
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
settings.builders-use-substitutes = true;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue