Switching --no-build-nix to --fast because it fixes remote deploys to machines with different architectures.

I thought these flags were synonymous?
This commit is contained in:
Tom Alexander
2025-05-04 12:31:33 -04:00
parent 1044aa16b0
commit a36ebbf94c
9 changed files with 35 additions and 20 deletions

View File

@@ -30,6 +30,26 @@
"gccarch-x86-64-v4"
];
}
{
hostName = "quark";
sshUser = "talexander";
systems = [
"x86_64-linux"
# "aarch64-linux"
];
maxJobs = 1;
speedFactor = 2;
supportedFeatures = [
# "nixos-test"
"benchmark"
"big-parallel"
# "kvm"
"gccarch-znver4"
"gccarch-x86-64-v3"
"gccarch-x86-64-v4"
"gccarch-znver5"
];
}
];
}
];