declare jonringer-builder build machine but do not use it by default
only nixpkgs-update will use it.
This commit is contained in:
parent
2ea63e406b
commit
f47b49e501
1 changed files with 9 additions and 0 deletions
|
@ -90,4 +90,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
nix.buildMachines = [ {
|
||||
hostName = "jonringer-builder";
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 25;
|
||||
speedFactor = 2;
|
||||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}] ;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue