Update packages.

This commit is contained in:
Tom Alexander
2025-10-04 15:14:02 -04:00
parent f5c30860ab
commit 69b6a81b8b
2 changed files with 11 additions and 9 deletions

View File

@@ -58,12 +58,13 @@ in
];
maxJobs = 1;
supportedFeatures = [
# "nixos-test"
"nixos-test"
"benchmark"
"big-parallel"
# "kvm"
"gccarch-x86-64-v3"
"gccarch-x86-64-v4"
"gccarch-skylake"
"gccarch-znver4"
];
}
@@ -86,12 +87,13 @@ in
];
maxJobs = 1;
supportedFeatures = [
# "nixos-test"
"nixos-test"
"benchmark"
"big-parallel"
# "kvm"
"kvm"
"gccarch-x86-64-v3"
"gccarch-x86-64-v4"
"gccarch-skylake"
"gccarch-znver4"
"gccarch-znver5"
];