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