Hydra: remove localhost from nix build machines

Localhost is used implicitly.
This commit is contained in:
Ehmry - 2020-01-18 17:37:47 +01:00
parent 9d43c8617e
commit f82f1ab323
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@
binaryCachePublicKeys =
[ "cache.dhall-lang.org:I9/H18WHd60olG5GsIjolp7CtepSgJmM2CsO813VTmM=" ];
buildMachines = [
{
hostName = "localhost";
system = "x86_64-linux";
maxJobs = 10;
}
{
hostName = "server7.hq.c3d2.de";
system = "x86_64-linux";