mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:56:33 +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";
|
hostName = "zap";
|
||||||
protocol = "ssh-ng";
|
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;
|
package = pkgs.nixVersions.unstable;
|
||||||
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
||||||
self.flake = self;
|
self.flake = self;
|
||||||
|
|
Loading…
Reference in a new issue