fix remote builds #302
1 changed files with 7 additions and 27 deletions
|
@ -27,9 +27,9 @@
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
package = pkgs.nix;
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes ca-derivations
|
experimental-features = nix-command flakes ca-derivations
|
||||||
|
builders-use-substitutes = true
|
||||||
'';
|
'';
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
@ -55,6 +55,8 @@
|
||||||
{
|
{
|
||||||
hostName = "build-nas";
|
hostName = "build-nas";
|
||||||
systems = [
|
systems = [
|
||||||
|
"i686-linux"
|
||||||
|
"x86_64-linux"
|
||||||
"armv7l-linux"
|
"armv7l-linux"
|
||||||
"powerpc-linux"
|
"powerpc-linux"
|
||||||
"powerpc64-linux"
|
"powerpc64-linux"
|
||||||
|
@ -76,36 +78,12 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
(mkIf (config.networking.hostName != "nutty-noon") [
|
|
||||||
{
|
|
||||||
hostName = "build-pc";
|
|
||||||
systems = [
|
|
||||||
"armv7l-linux"
|
|
||||||
"powerpc-linux"
|
|
||||||
"powerpc64-linux"
|
|
||||||
"powerpc64le-linux"
|
|
||||||
"wasm32-wasi"
|
|
||||||
"riscv32-linux"
|
|
||||||
"riscv64-linux"
|
|
||||||
];
|
|
||||||
maxJobs = 16;
|
|
||||||
speedFactor = 1;
|
|
||||||
supportedFeatures = [
|
|
||||||
"kvm"
|
|
||||||
"nixos-test"
|
|
||||||
"big-parallel"
|
|
||||||
"benchmark"
|
|
||||||
"gccarch-znver2"
|
|
||||||
"gccarch-znver1"
|
|
||||||
"gccarch-skylake"
|
|
||||||
"ca-derivations"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
])
|
|
||||||
(mkIf (config.networking.hostName != "rainbow-resort") [
|
(mkIf (config.networking.hostName != "rainbow-resort") [
|
||||||
{
|
{
|
||||||
hostName = "build-rainbow-resort";
|
hostName = "build-rainbow-resort";
|
||||||
systems = [
|
systems = [
|
||||||
|
"i686-linux"
|
||||||
|
"x86_64-linux"
|
||||||
"armv7l-linux"
|
"armv7l-linux"
|
||||||
"powerpc-linux"
|
"powerpc-linux"
|
||||||
"powerpc64-linux"
|
"powerpc64-linux"
|
||||||
|
@ -121,6 +99,8 @@
|
||||||
"nixos-test"
|
"nixos-test"
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
"benchmark"
|
"benchmark"
|
||||||
|
"gccarch-skylake-avx512"
|
||||||
|
"gccarch-znver3"
|
||||||
"gccarch-znver2"
|
"gccarch-znver2"
|
||||||
"gccarch-znver1"
|
"gccarch-znver1"
|
||||||
"gccarch-skylake"
|
"gccarch-skylake"
|
||||||
|
|
Loading…
Reference in a new issue