mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
parent
eefcb05e3a
commit
3a052ca275
|
@ -14,14 +14,11 @@
|
|||
./modules/virtualisation
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = {
|
||||
gcc.arch = "tigerlake";
|
||||
gcc.tune = "tigerlake";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
nixpkgs.buildPlatform = {
|
||||
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