Skip to content

Commit

Permalink
declare jonringer-builder build machine but do not use it by default
Browse files Browse the repository at this point in the history
only nixpkgs-update will use it.
  • Loading branch information
ryantm committed Jan 12, 2021
1 parent 2ea63e4 commit f47b49e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build01/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
}] ;

}

0 comments on commit f47b49e

Please sign in to comment.