mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
disable gcc tuning
This commit is contained in:
parent
20f2a3edb4
commit
94689ed2b2
|
@ -14,11 +14,11 @@
|
|||
./modules/virtualisation
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = {
|
||||
gcc.arch = "tigerlake";
|
||||
gcc.tune = "tigerlake";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
# nixpkgs.hostPlatform = {
|
||||
# gcc.arch = "tigerlake";
|
||||
# gcc.tune = "tigerlake";
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
|
||||
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue