Merge pull request 'add gccarch flags' (#87) from add-gccarch-flags into main
Reviewed-on: #87
This commit is contained in:
commit
c5691027d2
1 changed files with 9 additions and 0 deletions
|
@ -100,6 +100,15 @@
|
|||
HWMON_MODULES="it87"
|
||||
'';
|
||||
nix.settings.cores = 12;
|
||||
nix.settings.system-features = [
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
"big-parallel"
|
||||
"benchmark"
|
||||
"gccarch-znver1"
|
||||
"gccarch-skylake"
|
||||
"ca-derivations"
|
||||
];
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"armv7l-linux"
|
||||
"powerpc-linux"
|
||||
|
|
Loading…
Reference in a new issue