mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:06:50 +01:00
add distibuted builds
This commit is contained in:
parent
861ac2d205
commit
df8b8d5f92
1 changed files with 8 additions and 0 deletions
|
@ -45,7 +45,15 @@ in {
|
|||
hostName = "zap";
|
||||
protocol = "ssh-ng";
|
||||
}
|
||||
{
|
||||
systems = [ config.nixpkgs.hostPlatform.system ];
|
||||
supportedFeatures = config.nix.settings.system-features;
|
||||
speedFactor = 15;
|
||||
hostName = "localhost";
|
||||
protocol = "null";
|
||||
}
|
||||
];
|
||||
distributedBuilds = true;
|
||||
package = pkgs.nixVersions.unstable;
|
||||
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
||||
self.flake = self;
|
||||
|
|
Loading…
Reference in a new issue