testing x86_v3

This commit is contained in:
2026-09-12 09:16:03 -04:00
parent 2fb3a0d3ba
commit 841b7fbd82
6 changed files with 14 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
nixpkgs.hostPlatform = {
system = "x86_64-linux";
gcc = {
arch = "x86-64-v3";
tune = "generic";
};
};
}