add big-parallel system feature

This commit is contained in:
陈浩南 2023-06-09 08:32:18 +08:00
parent 163dca1b99
commit a069f0f4cf

View File

@ -313,5 +313,5 @@
''
keep-outputs = true
'';
nix.settings.system-features = [ "gccarch-alderlake" ];
nix.settings.system-features = [ "big-parallel" "gccarch-alderlake" ];
}